Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/python/example/README @ 20

Last change on this file since 20 was 12, checked in by landauf, 17 years ago

added boost

File size: 595 bytes
Line 
1To get started with the Boost Python Library, use the examples
2getting_started1.cpp and getting_started2.cpp.
3
4    bjam -sTOOLS=your-toolset test
5
6in this directory will build and run the examples.
7
8Other configuration variables may need to be set as described in
9http://www.boost.org/libs/python/doc/building.html.  These can be
10supplied by the environment, on the command-line with
11
12  -sVARIABLENAME=value
13
14or in the local Jamrules file.
15
16If you move this example from its place in the Boost development tree
17you'll need to edit at least one line in Jamrules and one line in
18boost-build.jam.
19
Note: See TracBrowser for help on using the repository browser.