Visual Studio C++ to Gcc

From Minor Miracle Software
Revision as of 22:18, 12 July 2020 by WikiSysop (talk | contribs) (Created page with " There are three options to convert a Visual Studio C++ project to gcc[https://stackoverflow.com/questions/12875013/generate-make-files-for-gcc-from-visual-studio-solution]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


There are three options to convert a Visual Studio C++ project to gcc[1]

vcproj2cmake[2]

  • Needs ruby

vcxproj2cmake[3]

  • Needs perl and additional packages

Make-it-so[4]

  • Works with VS 2008 and 2010.
  • The dependencies between files must be clear. One header per code file.
  • Much cleanup must be done.


Internal Links

Parent Article: Main Page