2016-02-28 15:48:49 -05:00
|
|
|
Download waf (https://waf.io/)
|
|
|
|
|
2013-11-10 17:44:15 -05:00
|
|
|
autowaf.py is present in the tools directory of the Ardour source code.
|
2016-02-28 15:48:49 -05:00
|
|
|
a patch for C++11/clang can be found in tools/waflib.patch (needed for waf 1.8.19)
|
|
|
|
|
|
|
|
Current waf is build as follows;
|
2011-09-29 17:22:37 -04:00
|
|
|
|
2016-02-28 15:48:49 -05:00
|
|
|
ARDOURSRC=`pwd`
|
|
|
|
cd /tmp
|
|
|
|
curl https://waf.io/waf-1.6.11.tar.bz2 | tar xj
|
|
|
|
cd waf-1.6.11
|
2011-09-29 17:22:37 -04:00
|
|
|
|
2016-02-28 15:48:49 -05:00
|
|
|
patch -p1 < $ARDOURSRC/tools/waflib.patch
|
|
|
|
./waf-light -v --make-waf --tools=misc,doxygen,$ARDOURSRC/tools/autowaf.py --prelude=''
|
|
|
|
cp ./waf $ARDOURSRC/waf
|