summaryrefslogtreecommitdiff
path: root/BENTO_BUILD.txt
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2013-02-16 14:46:39 +0000
committerDavid Cournapeau <cournape@gmail.com>2013-02-16 14:46:39 +0000
commit38a16488d0977c5617218a36759250df7f87556e (patch)
treefa1b837dcadca534d1036094658495c2951c78f2 /BENTO_BUILD.txt
parent4bf5a3feb00fe1d63e7d8fcf852cbf34e22fd60b (diff)
downloadnumpy-38a16488d0977c5617218a36759250df7f87556e.tar.gz
DOC: update bento docs (close #2993).
Diffstat (limited to 'BENTO_BUILD.txt')
-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