Changes between Version 4 and Version 5 of Boost
- Timestamp:
- Jan 19, 2010, 11:40:14 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Boost
v4 v5 10 10 * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/boost/trunk" 11 11 * 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) 13 13 * to see which libraries could be built do bjam --show-libraries 14 14 [[br]]