Changes between Version 5 and Version 6 of PythonPort/Quickstart
- Timestamp:
- Oct 16, 2007, 11:44:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Quickstart
v5 v6 3 3 To run the Boost.Build Python port, follow these steps: 4 4 5 1. 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, use {{{build.bat --with-python=<python-root>}}}.5 1. 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, use {{{build.bat "--with-python=<python-root>"}}} -- note the quotation marks -- you should use them, literally. 6 6 2. Get a fresh version of Boost.Build python port from [http://svn.boost.org/svn/boost/branches/build/python_port] 7 7 3. Go to the {{{python/tests/bjam/make}}} subdirectory and run
