Advertisement

Project Managment

Started by September 19, 2007 05:46 PM
3 comments, last by Laz Roc 17 years, 4 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.
If I understand what you're asking for, you might want to try MinGW studio or Eclipse.
Advertisement
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