🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Project Managment

Started by
3 comments, last by Laz Roc 16 years, 9 months ago
I'm a visual studio kind of guy and use to tools that can setup a make file for me and be able to add and remove files with out any extra work. I haven't found a tool that I can use for Linux that is smiler to VC in that respects. I know there are a lot of them out there so which one would you recommend? Something easy to setup and use would be cool.
Advertisement
If I understand what you're asking for, you might want to try MinGW studio or Eclipse.
Forgot about Eclipse. How does that do for C++ development under Linux?
Here you have list of available IDE's for Linux: IDE's
I personally use Anjuta as editor, and command line to type make, and startup application, it requires to create makefile on your own, but it is not a big deal.
Codeblocks is very easy - http://www.codeblocks.org/ - if you don't need GNU Makefiles, otherwise I would use Anjuta.

This topic is closed to new replies.

Advertisement