Changes between Initial Version and Version 1 of PythonPort


Ignore:
Timestamp:
Apr 26, 2006, 2:02:05 PM (20 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort

    v1 v1  
     1=Python port information=
     2
     3There'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
     5If 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{{{
     10cvs up -r BOOST_BUILD_PYTHON python
     11cvs 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{{{
     22bjam --build-system=pybb
     23}}}