On Tue, 2011-05-10 at 22:45 +0300, hatem gamal elzanaty wrote: > from a book i knewd that to start c/c++ programming on Linux, i need a > linux installation, which has development packages installed > > my question is what development packages i need to start c programming > on linux and what is not can you help in that please give me detailed > instructions and syntax i'm a new to c on linux
On RHEL/CentOS/Fedora you can get the most important stuff by running: # yum groupinstall 'Development Tools' 'Development Libraries' /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
