File: readme.txt

package info (click to toggle)
boost-build 2.0-m11-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,624 kB
  • ctags: 2,387
  • sloc: ansic: 12,978; python: 5,209; xml: 4,782; cpp: 555; yacc: 456; sh: 237; makefile: 71
file content (11 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

This example shows how you can use Python modules from Boost.Build.

In order to do this, you need to build bjam with Python support, by running:

   ./build.sh --with-python=/usr
   
in jam directory. (Replace /usr with the root of your Python installation.)

The integration between Python and bjam is very basic now, but enough to
be useful.