Changes between Version 10 and Version 11 of Boost


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

forgot link=static

Legend:

Unmodified
Added
Removed
Modified
  • Boost

    v10 v11  
    1010 * obtain the latest version via {{{svn export http://svn.netlabs.org/repos/ports/boost/trunk boost}}}
    1111 * {{{cd boost && sh bootstrap.sh --prefix=/@unixroot/usr}}}
    12  * for full installation do {{{b2 install}}}
     12 * for full installation do {{{b2 install link=static}}}
    1313 * if you only want to build certain libraries without installation for use with a certain application (you are trying to port), use[[br]]
    1414   {{{b2 link=static --with-library_name}}}, where ''library_name'' is the library to build