| 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 | | 2. Get a fresh version of Boost.Build from [http://svn.boost.org/svn/boost/trunk/tools/build/v2] |
| | 5 | 1. Get a fresh version of Boost.Build from [http://svn.boost.org/svn/boost/trunk/tools/build/v2] |
| | 6 | 2. Build the build engine executable, by going to the {{{engine/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. |