From 9039286937218f4e5f987ccc5f0f1683c669dad4 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Wed, 7 Mar 2018 16:53:05 -0500 Subject: [PATCH] Remove references to scons from README. --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 373d4e87..c692bb8a 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,14 @@ While Boost.Python is part of the Boost C++ Libraries super-project, and thus ca * [Python](http://www.python.org) * [Boost](http://www.boost.org) -* [SCons](http://www.scons.org) - -## Configure - -Simply run - -``` -scons config [options] -``` -to prepare a build. See `scons -h` for a description of the available options. For example -``` -scons config --boost=/path/to/boost --python=/path/to/python -``` -will configure Boost.Python to be built against the two specific versions of Boost and Python. +* [Faber](https://stefanseefeld.github.io/faber) ## Build Run ``` -scons +faber ``` to build the library. @@ -56,7 +43,7 @@ to build the library. Run ``` -scons test +faber test.report ``` to run the tests. @@ -65,6 +52,6 @@ to run the tests. Run ``` -scons doc +faber doc.html ``` to build the documentation.