The Other Worlds Shrine

Your place for discussion about RPGs, gaming, music, movies, anime, computers, sports, and any other stuff we care to talk about... 

  • recommended Linux IDE

  • Somehow, we still tolerate each other. Eventually this will be the only forum left.
Somehow, we still tolerate each other. Eventually this will be the only forum left.
 #89749  by Zhuge Liang3
 Sat Jul 09, 2005 4:11 pm
Hi All (Kupek especially),

What would you recommend as a good IDE to use with gcc on Linux? I'm a spoiled eclipse user and am looking for something similar for C++. I was looking into KDevelop, but I'm having a heck of a time trying to install it on my RedHat Linux machine (using gnome). Something about not being able to find my X includes.

In any case, any advice would be appreciated.

Thanks,
Zhuge Liang

 #89752  by Kupek
 Sat Jul 09, 2005 5:11 pm
I actually don't have much experience with IDEs on Linux. As an undergrad, I used Visual Studio for a long time on Windows, and when I had to write programs on Linux, I searched desperately for a good IDE. KDevelop is decent, but it had enough bugs to piss me off.

Now I use Linux eclusively for code development, and I don't use an IDE. My "development" environment is vi and a console window. For my needs, it works well; my code base is relatively small and entirely written by me. Most of my development is also done remotely via ssh into an SMP, and I don't want to tunnel a heavyweight application on a machine that's being used for performance results.

From my limited knowledge, KDevelop is probably your best bet, assuming you can find a way around what I assume is RPM dependency hell. But I'm interested in what you evetually settle on.