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