Skip to content

Commit

Permalink
DOC: add small readme for bento build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jun 15, 2011
1 parent ee665f4 commit d1e1148
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions BENTO_BUILD.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
No-frill version:

* Clone bento::

git clone git://github.com/cournape/Bento.git bento-git

* Bootstrap bento::

cd bento-git && python bootstrap.py

* Download waf (version 1.6.4 or 1.6.5 should work)
* In the bento_waf_branch of scipy:

export WAFDIR=ROOT_OF_WAF_SVN_TRUNK # 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
# or with verbose output
$BENTO_ROOT/bentomaker build -v

0 comments on commit d1e1148

Please sign in to comment.