2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

Update README to mention CMake build system.

This commit is contained in:
Jim Bosch
2013-03-15 23:05:15 -04:00
parent 0b59058fa2
commit 956606ef0c

20
README
View File

@@ -19,12 +19,17 @@ propose it for inclusion in Boost eventually.
INSTALLATION
We have provided both a Boost.Build and an SCons build system. At
the moment, we recommend using the latter. Building should be as
simple as running "scons" and "scons install", but you may need
to use the "--with-boost*" options (see "scons --help") to specify
where to find Boost. The Python that is used by SCons will
be the one built against.
We have provided three build systems: Boost.Build, SCons, and CMake
build system. At the moment, we recommend using SCons or CMake on
Linux and CMake on Windows.
Building with SCons should be as simple as running "scons" and "scons
install", but you may need to use the "--with-boost*" options (see
"scons --help") to specify where to find Boost. The Python that is
used by SCons will be the one built against.
Please see libs/numpy/doc/cmakeBuild.rst for more information on
building with CMake.
DOCUMENTATION
@@ -70,6 +75,7 @@ Boost.NumPy was originally written by Jim Bosch as part of the
"ndarray" C++ library, then reorganized into a standalone component,
cleaned up, and documented as part of a Boost-sponsored
Google Summer of Code by Ankit Daftery, mentored by Stefan Seefeld.
Philip Miller contributed the CMake build system.
The project is hosted both on the Boost Sandbox:
@@ -77,4 +83,4 @@ https://svn.boost.org/svn/boost/sandbox/numpy
and on GitHub:
https://github.com/ndarray/Boost.NumPy
https://github.com/ndarray/Boost.NumPy