Changes between Version 7 and Version 8 of PythonPort/Quickstart


Ignore:
Timestamp:
Jul 27, 2009, 1:01:35 PM (15 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Quickstart

    v7 v8  
    11= Python Port quickstart =
    22
    3 To run the Boost.Build Python port, follow these steps:
     3At present, only gcc is supported toolset. To run the Boost.Build Python port, follow these steps:
    44
    55  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 python port from [http://svn.boost.org/svn/boost/branches/build/python_port]
    7   3. Go to the {{{python/tests/bjam/make}}} subdirectory and run
    8       {{{bjam --build-system=pybb --user-config=user-config.jam}}}.
     6  2. Get a fresh version of Boost.Build from [http://svn.boost.org/svn/boost/trunk/tools/build/v2]
     7  3. Go to the {{{example/hello}}}
     8  4. Create file user-config.jam, with "using gcc ;" as the content.
     9  5. Run
     10    {{{bjam --python --user-config=user-config.jam}}}.
    911
    1012