Skip to Content About Archive Belief Contact Pudding Search


install build tools on centos 5


Monday, July 7, 2008

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

When you first install centos 5, you’ll notice your unable to build from source (make / make install)

On ubuntu theres a package called build-tools that contains everything you need to build from source.

On centos you install them individually :

yum install gcc gcc-c++ autoconf automake rpm-build make which libtool

Or install everything you’ll need to build just about anything:

yum groupinstall "Development Tools"

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
Might Be Related

Leave a Reply


In order to submit a comment, you need to mention your name and your email address (which won't be published). And ... don't forget your comment!

Comment Form