- 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
:)
Hi, can you let me know what the -d0 and -a stands for?
ReplyDeleteFrom --help:
ReplyDelete-d0 Supress all informational messages
-a Rebuild everything