LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Is there a good Makefile-generating IDE for Linux? (https://www.linuxquestions.org/questions/programming-9/is-there-a-good-makefile-generating-ide-for-linux-363446/)

DaneM 09-14-2005 07:03 PM

Is there a good Makefile-generating IDE for Linux?
 
Hello, everybody. I'm just getting into C and C++ programming, and I'm looking for an integrated development environment for Linux that will generate Makefiles for me, and besides that be functional and easy to use.

What do you recommend?

--Dane

montylee 09-14-2005 11:18 PM

Hi,

You can use KDevelop for generating C/C++ projects which includes the directory structure and all the makefiles.
Another excellent tool is Anjuta (www.anjuta.org) which is similar to KDevelop but has more features.

DaneM 09-15-2005 12:51 AM

Hi, montylee.

I downloaded Anjuta and I must say that I'm impressed. Thanks for the tip!

--Dane

montylee 09-15-2005 01:34 AM

Enjoy the power of GNU/Linux and open-source software!!!

JuddRogers 09-17-2005 10:37 AM

consider ant
 
I work on mixed C/C++ and Java apps. We use ant to build everything.

So you might want to consider IDEs that use ant rather than make.

NetBeans 4 is one example.

DaneM 09-18-2005 01:57 AM

Thanks for the reply, JuddRogers.

I'll keep that in mind. I haven't played with ant much, but maybe I'll give it a try.

--Dane

bigfez 09-19-2005 07:24 AM

eclipse is another multi-language IDE that has C/C++ support. Look for the eclipse CDT project. They have a 'managed make' where the ide handles all of the make file issues as well as a 'standard make' mode where you write your own.

I also just downloaded and have started checking out an eclipse plugin called KDE-eclipse. It is oriented towards developing KDE apps with eclipse, but it also can integrate with the gnu autotools (which is one thing that eclipse really lacks).


All times are GMT -5. The time now is 04:18 PM.