summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BENTO_BUILD.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/BENTO_BUILD.txt b/BENTO_BUILD.txt
index a4c3ba35b..5eea32386 100644
--- a/BENTO_BUILD.txt
+++ b/BENTO_BUILD.txt
@@ -8,10 +8,13 @@ No-frill version:
cd bento-git && python bootstrap.py
- * Download waf from svn (svn >= r11575 is required)
+ * Download waf >= 1.6.5 from a release (or from git)::
+
+ git clone https://code.google.com/p/waf/
+
* Build numpy with bento:
- export WAFDIR=ROOT_OF_WAF_SVN_TRUNK # WAFDIR should be such as $WAFDIR/waflib exists
+ export WAFDIR=ROOT_OF_WAF_CHECKOUT # WAFDIR should be such as $WAFDIR/waflib exists
$BENTO_ROOT/bentomaker build -j 4 # 4 threads in parallel
# or with progress bar
$BENTO_ROOT/bentomaker build -p