mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_34_0'. [SVN r37938]
This commit is contained in:
@@ -3,21 +3,14 @@
|
||||
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
To get started with the Boost Python Library, use the examples
|
||||
getting_started1.cpp and getting_started2.cpp.
|
||||
getting_started1.cpp and getting_started2.cpp. Invoking
|
||||
|
||||
bjam -sTOOLS=your-toolset test
|
||||
bjam --toolset=your-toolset test
|
||||
|
||||
in this directory will build and run the examples.
|
||||
|
||||
Other configuration variables may need to be set as described in
|
||||
http://www.boost.org/libs/python/doc/building.html. These can be
|
||||
supplied by the environment, on the command-line with
|
||||
|
||||
-sVARIABLENAME=value
|
||||
|
||||
or in the local Jamrules file.
|
||||
in this directory will build and run the examples. See
|
||||
http://www.boost.org/more/getting_started.html for details about the
|
||||
--toolset= option.
|
||||
|
||||
If you move this example from its place in the Boost development tree
|
||||
you'll need to edit at least one line in Jamrules and one line in
|
||||
you'll need to edit the two lines indicated in Jamroot and
|
||||
boost-build.jam.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user