Click to See Complete Forum and Search --> : Developer software?
manceed
05-03-2002, 11:57 PM
i just installed Redhat for the first time (iso). I was wondering if developer software is supposed to come with it. it says it is supposed to , and if it doesent, what is the most popular software people use for c\c++, java
evil_roy
05-04-2002, 12:55 AM
It's been a while since I'v done a RH install .. but you should choose "custom" as the install option and make sure to install the developer packages.
A standard workstation install wont give you a compiler and the associated tools.
camelrider
05-04-2002, 01:46 AM
I'm no coder, but AFIK gcc (compiler) and glibc (shared libs) will be on your install disks. Does RH have a "developer" package in install options?
Lots of guys seem to do raw code with vim or emacs. If you're looking for a "development environnment" package you might want to check out www.freshmeat.net (http://www.freshmeat.net) and www.sourceforge.org. (http://www.sourceforge.org.)
KDE and GNOME each have development kits specific to their desktop environments.
Have fun !!
mdwatts
05-04-2002, 07:34 AM
I'm no coder either. A friend of mine at work that does C++ was impressed when I showed him KDevelop. He found it almost as good as the MS VC++ IDE.
If you installed KDE and the development packages, you should have KDevelop somewhere in the menus.