Changes between Version 9 and Version 10 of Boost


Ignore:
Timestamp:
Jun 24, 2015, 10:05:08 AM (9 years ago)
Author:
dbanet
Comment:

bjamb2 for homogeneousness with the official documentation; added a --prefix option for bootstrap.sh with a /@unixroot/usr value corresponding to the supported environment (netlabs.org RPM); added a paragraph on how to perform full installation

Legend:

Unmodified
Added
Removed
Modified
  • Boost

    v9 v10  
    99== Building Instructions ==
    1010 * obtain the latest version via {{{svn export http://svn.netlabs.org/repos/ports/boost/trunk boost}}}
    11  * {{{cd boost && sh bootstrap.sh}}}
    12  * if your app needs a boost library do {{{bjam --with-xxx link=static}}} (where xxx is the library to build)
    13  * to see which libraries could be built do {{{bjam --show-libraries}}}
    14  * as a requirement for boost_threads you need:
    15    * pthread from 27.03.2015 or better (yum install/update pthread)
     11 * {{{cd boost && sh bootstrap.sh --prefix=/@unixroot/usr}}}
     12 * for full installation do {{{b2 install}}}
     13 * if you only want to build certain libraries without installation for use with a certain application (you are trying to port), use[[br]]
     14   {{{b2 link=static --with-library_name}}}, where ''library_name'' is the library to build
     15 * a list of all libraries that could be built may be obtained via {{{b2 --show-libraries}}}
     16 * as a requirement for {{{boost_threads}}} you need:
     17   * {{{pthread}}} from 27.03.2015 or better ({{{yum install pthread}}}/{{{yum update pthread}}})
    1618[[br]]
    1719
    18 == Historie ==
     20== History ==
    1921 * version 1.40.0 added at 30.11.2009
    2022 * version 1.57.0 added at 26.03.2015