| Version 7 (modified by , 18 years ago) ( diff ) |
|---|
Python Port quickstart
To run the Boost.Build Python port, follow these steps:
- Get a fresh version of Boost.Jam from http://svn.boost.org/svn/boost/trunk/tools/jam and build it, by going to the "src" subdirectory and running
./build.sh --with-python=/usr. On Windows, usebuild.bat "--with-python=<python-root>"-- note the quotation marks -- you should use them, literally. - Get a fresh version of Boost.Build python port from http://svn.boost.org/svn/boost/branches/build/python_port
- Go to the
python/tests/bjam/makesubdirectory and run
bjam --build-system=pybb --user-config=user-config.jam.
Note: the bjam binary used in step 3 should be the one you've built in step 1.
Note:
See TracWiki
for help on using the wiki.
