Ściąga z kompilacji Boost’a
Windows x86
|
1 |
bjam.exe -j 4 toolset=msvc --build-type=complete threading=multi architecture=x86 address-model=32 --without-python --without-graph_parallel --stagedir=. |
Windows x86 + Boost::Log
|
1 |
bjam.exe -j 4 toolset=msvc --build-type=complete threading=multi architecture=x86 address-model=32 --without-python --without-graph_parallel --with-log define=BOOST_LOG_USE_CHAR define=BOOST_LOG_USE_WINNT6_API --stagedir=. |
Linux x86
|
1 |
./bjam -j 24 --build-type=complete threading=multi architecture=x86 address-model=32 --with-log define=BOOST_LOG_USE_CHAR --stagedir=. --layout=versioned |
Linux x64
|
1 |
./bjam -j 24 toolset=gcc threading=multi --stagedir=. --layout=versioned --with-log define=BOOST_LOG_USE_CHAR --build-type=complete |
