• Home
Name
Date
Size
#Lines
LOC

..--

jamroot.jamD12-May-2024294 96

python_helpers.jamD12-May-2024573 1612

python_helpers.pyD12-May-2024642 184

readme.txtD12-May-2024510 1710

readme.txt

1Copyright 2006 Vladimir Prus
2Distributed under the Boost Software License, Version 1.0.
3(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5
6This example shows how you can use Python modules from B2.
7
8In order to do this, you need to build bjam with Python support, by running:
9
10   ./build.sh --with-python=/usr
11
12in the jam/src directory (replace /usr with the root of your Python
13installation).
14
15The integration between Python and bjam is very basic now, but enough to be
16useful.
17