What is your preferred OS for cross-platform development?
ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
View Poll Results: Which is your preferred OS for cross-platform development?
What is your preferred OS for cross-platform development?
Hello everyone.
I'm curious what your preferred OS is for cross-platform development. Obviously you'll have to build and test the software on all the platforms you support(ok some exceptions) but which is your "main" dev machine.
I'm curious what your preferred OS is for cross-platform development. Obviously you'll have to build and test the software on all the platforms you support(ok some exceptions) but which is your "main" dev machine.
I'll start it off by saying Linux...
Thanks
Mill J
I selected "I don't care", mostly because I dont know and was curious what the poll said.
Mill J, why Linux? I am soon planning to get linux myself (for the first time), and have personally heard mixed answers. Any feedback is greatly appreciated.
Edit: I really like this
"Don't complain about Linux... do something about it!, It will only be as good as you make it!"
Last edited by Lidoptics; 06-03-2018 at 05:35 PM.
Reason: adding something.
I selected "I don't care", mostly because I dont know and was curious what the poll said.
Mill J, why Linux? I am soon planning to get linux myself (for the first time), and have personally heard mixed answers. Any feedback is greatly appreciated.
Almost Everything under Windows and Mac are geared towards the company's HUGE IDEs, Visual Studio on Windows and XCode on Mac. These are way overkill for me. My set up on all three platforms is C++, GCC, wxWidgets, and the Geany IDE.
Another reason. Custom libraries for testing, etc, are much easier to handle under Linux.
If you ever get used to the seemingly magic
Code:
./configure
make
make install
Then build something under Windows... Sure you can set it up to where you can use ./configure but it's not as handy.
Quote:
Edit: I really like this
"Don't complain about Linux... do something about it!, It will only be as good as you make it!"
Thanks That is definitely the way I feel about Linux. Especially after building LFS...
Almost Everything under Windows and Mac are geared towards the company's HUGE IDEs, Visual Studio on Windows and XCode on Mac. These are way overkill for me. My set up on all three platforms is C++, GCC, wxWidgets, and the Geany IDE.
Another reason. Custom libraries for testing, etc, are much easier to handle under Linux.
If you ever get used to the seemingly magic
Code:
./configure
make
make install
Then build something under Windows... Sure you can set it up to where you can use ./configure but it's not as handy.
Thanks That is definitely the way I feel about Linux. Especially after building LFS...
I just finished reading "Linux is not Windows" from your signature. Very informative stuff. I'll continue to soak up all the information I can.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.