Changes between Version 9 and Version 10 of PythonPort/Quickstart


Ignore:
Timestamp:
Dec 29, 2010, 10:49:53 AM (15 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Quickstart

    v9 v10  
    33At present, only gcc is supported toolset. To run the Boost.Build Python port, follow these steps:
    44
    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.
    77  3. Go to the {{{example/hello}}}
    88  4. Create file user-config.jam, with "using gcc ;" as the content.