10 | | * checkout the complete tree via "svn co http://svn.netlabs.org/repos/ports/boost/trunk" |
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 link=static (where xxx is the library to build) |
13 | | * to see which libraries could be built do bjam --show-libraries |
| 10 | * 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}}} |