| | 1 | =Python port information= |
| | 2 | |
| | 3 | There's highly experimental Python port of Boost.Build V2. It's currently not intended for users at all, and unless you're willing to develop it, we suggest you don't even look at it. |
| | 4 | |
| | 5 | If you're willing to work on that port, follow these steps: |
| | 6 | |
| | 7 | * Get CVS version of Boost.Build V2 |
| | 8 | * Run the following command from the source root: |
| | 9 | {{{ |
| | 10 | cvs up -r BOOST_BUILD_PYTHON python |
| | 11 | cvs up -r BOOST_BUILD_PYTHON pybb.jam |
| | 12 | }}} |
| | 13 | |
| | 14 | * Build {{{bjam}}} with Python support: |
| | 15 | {{{ |
| | 16 | ./build.sh --with-python=/usr |
| | 17 | }}} |
| | 18 | * Set the {{{BOOST_BUILD_PATH}}} to the directory where Boost.Build is located. |
| | 19 | |
| | 20 | * Go to {{{python/tests/bjam/make}}} and run: |
| | 21 | {{{ |
| | 22 | bjam --build-system=pybb |
| | 23 | }}} |