2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00
Files
python/example
Dave Abrahams e70bbe4791 Fix license/copyright.
Also port some "glaringly obvious" bugfixes from HEAD.  Hope it
doesn't cause problems.


[SVN r35237]
2006-09-20 22:49:18 +00:00
..
2006-09-20 22:49:18 +00:00
2006-09-20 22:49:18 +00:00
2006-09-20 22:49:18 +00:00
2004-04-13 12:19:15 +00:00
2006-09-20 22:49:18 +00:00
2006-09-20 22:49:18 +00:00

.. Copyright David Abrahams 2006. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. 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.

    bjam -sTOOLS=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.

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
boost-build.jam.