diff --git a/doc/updating_waf.txt b/doc/updating_waf.txt index 622a0f6b6a..69c1225d63 100644 --- a/doc/updating_waf.txt +++ b/doc/updating_waf.txt @@ -1,7 +1,15 @@ -Download waf (http://code.google.com/p/waf/) +Download waf (https://waf.io/) + autowaf.py is present in the tools directory of the Ardour source code. +a patch for C++11/clang can be found in tools/waflib.patch (needed for waf 1.8.19) -From within the waf source tree, run: +Current waf is build as follows; -./waf-light -v --make-waf --tools=misc,doxygen,/path/to/autowaf.py --prelude='' -cp ./waf /path/to/ardour/3.0/waf +ARDOURSRC=`pwd` +cd /tmp +curl https://waf.io/waf-1.6.11.tar.bz2 | tar xj +cd waf-1.6.11 + +patch -p1 < $ARDOURSRC/tools/waflib.patch +./waf-light -v --make-waf --tools=misc,doxygen,$ARDOURSRC/tools/autowaf.py --prelude='' +cp ./waf $ARDOURSRC/waf diff --git a/waf b/waf index 880be147e8..7363144d4b 100755 Binary files a/waf and b/waf differ