0

Possible Duplicate:
Install the latest boost centos 5.5

How can I install the latest boost in centos 5.5? Like what commands.

Thanks!

1 Answers1

0

Try running something like this (from terminal and via sudo or su of course):

yum install libboost libboost-dev

or

yum install boost boost-devel boost-doc

And anytime you can download boost sources and perform

./configure && make && sudo make install