I know this thread
GCC with Visual Studio?
but to me it seems that everything mentioned there is rather outdated and it seems to be the tenor is: don’t do it
Who knows a better step by step explanation
thank you in advance
Oops
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, unfortunately there is still no plugin for Visual Studio. Using makefiles seems to still be the best idea and there are several tools to automate their building.
As far as I remember, the best tool for this that I’ve used is Makefile Wizard, which allows almost automatic VC project to makefile converting. Also to mention, it can be paired with some external building system.