diff options
author | David Cournapeau <cournape@gmail.com> | 2013-02-16 14:46:39 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2013-02-16 14:46:39 +0000 |
commit | 38a16488d0977c5617218a36759250df7f87556e (patch) | |
tree | fa1b837dcadca534d1036094658495c2951c78f2 /BENTO_BUILD.txt | |
parent | 4bf5a3feb00fe1d63e7d8fcf852cbf34e22fd60b (diff) | |
download | numpy-38a16488d0977c5617218a36759250df7f87556e.tar.gz |
DOC: update bento docs (close #2993).
Diffstat (limited to 'BENTO_BUILD.txt')
-rw-r--r-- | BENTO_BUILD.txt | 7 |
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 |