Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
jamroot.jam | D | 12-May-2024 | 294 | 9 | 6 | |
python_helpers.jam | D | 12-May-2024 | 573 | 16 | 12 | |
python_helpers.py | D | 12-May-2024 | 642 | 18 | 4 | |
readme.txt | D | 12-May-2024 | 510 | 17 | 10 |
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