-
Notifications
You must be signed in to change notification settings - Fork 26
Boost
gureedo edited this page Mar 20, 2013
·
3 revisions
Download boost 1.49.
Libraries to build:
- boost_thread
- boost_system
- boost_date_time
- boost_test - for unit tests
- boost_filesystem - it is need for libtorrent_rasterbar 15
- boost_regex - possibly need only on Linux to build some test case
Environment setup BOOST_ROOT=
. Build static with dynamic runtime.
Build line:
BOOST_ROOT=
bjam toolset=msvc-9.0 release link=static runtime-link=shared threading=multi define=_BIND_TO_CURRENT_CRT_VERSION=1 --with-thread --with-date_time --with-system --with-filesystem --with-regex --with-test stage
Boost logger:
Also you need logger from http://torjo.com/log2/doc/html/index.html. It was corrected to work with Qt4, download it from [logging.zip](ftp://nikchis.ru/upload/dependencies/logging.zip). Simply extract it into boost include directory.