Changes between Version 10 and Version 11 of Boost
- Timestamp:
- Jun 24, 2015, 12:57:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Boost
v10 v11 10 10 * obtain the latest version via {{{svn export http://svn.netlabs.org/repos/ports/boost/trunk boost}}} 11 11 * {{{cd boost && sh bootstrap.sh --prefix=/@unixroot/usr}}} 12 * for full installation do {{{b2 install }}}12 * for full installation do {{{b2 install link=static}}} 13 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 14 {{{b2 link=static --with-library_name}}}, where ''library_name'' is the library to build