I always used Windows, had very limited experience with Linux.
My Visual Studio solution contains 5 C ++ projects - 4 of them are static libraries, and one is the main application (using these static libraries), I want to move it to Ubuntu.
I do not use any code specific to Windows, so with a few changes I have to be compiled under Linux. How to do it? What kind of software should be used on Linux? What should I do with static libs, should I use static libs on Linux? How to convert a Visual Studio solution to something like Linux?
upd What if I just download Eclipse to Linux and then file by file, project by project, recreate and copy everything from VC ++ to Eclipse? this should work, right? I have only 100-200 files, so you can do it manually.
source share