Changes between Version 4 and Version 5 of Boost


Ignore:
Timestamp:
Jan 19, 2010, 10:40:14 AM (14 years ago)
Author:
Silvan Scherrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Boost

    v4 v5  
    1010 * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/boost/trunk"
    1111 * run bootstrap.sh via "sh bootstrap.sh" (of course also ash and the like should work)
    12  * if your app needs a boost library do bjam --with-xxx (where xxx is the library to build)
     12 * if your app needs a boost library do bjam --with-xxx link=static (where xxx is the library to build)
    1313 * to see which libraries could be built do bjam --show-libraries
    1414[[br]]