One minute
Compiling Boost 1.55 in CentOS 6
Fast:
- EPEL repository
- Updated system
yum groupinstall "Development tools"
yum install boost*
yum remove boost*
(last two steps to get initial dependencies)yum install libicu libicu-devel zlib-devel zlib python-devel bzip2-devel texinfo
- Download tarball of boost_1_55 and extract
/bootstrap.sh --with-icu
./b2 -d0 -a
Or you can use my RPM packages for CentOS: http://repo.enetres.net/x86_64/
:)
53 Words
Apr, 2014