Properly fix WAF environment directory. Tell users to download source (not binary).

This commit is contained in:
Stefan van der Walt
2013-07-22 13:02:53 +02:00
parent 2a19db6096
commit 61ad581250
+3 -3
View File
@@ -67,10 +67,10 @@ Building with bento
<https://code.google.com/p/waf/>`__ for compilation.
Follow the `Bento installation instructions
<http://cournape.github.io/Bento/html/install.html>`__ and `download WAF
<http://code.google.com/p/waf/downloads/list>`__.
<http://cournape.github.io/Bento/html/install.html>`__ and `download the WAF
source <http://code.google.com/p/waf/downloads/list>`__.
Tell Bento where to find WAF by setting the ``WAFLIB`` environment variable::
Tell Bento where to find WAF by setting the ``WAFDIR`` environment variable::
export WAFDIR=<path/to/waf>