summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-20 13:57:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-20 13:57:30 +0000
commit2eb3b57aeb8e16a49519e608bf4f753640ea5a25 (patch)
tree4dbe5e9acc8389b186cb2b87123f34f71548c316 /doc
parentdbcef630d0f87dbfe3e8c8ac8e838bb04885c84b (diff)
fix --debug being set to False by default (originates in drobilla's autowaf.py), upgrade to waf 1.6.8, update instructions on how to build a custom waf
git-svn-id: svn://localhost/ardour2/branches/3.0@10252 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'doc')
-rw-r--r--doc/updating_waf.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/updating_waf.txt b/doc/updating_waf.txt
index dd9de0123a..80b4e121c7 100644
--- a/doc/updating_waf.txt
+++ b/doc/updating_waf.txt
@@ -1,7 +1,10 @@
Download waf (http://code.google.com/p/waf/)
Download autowaf (http://svn.drobilla.net/autowaf)
+* MAKE SURE that the --debug option is set to True by default (drobilla's
+ original sets it to False by default)
+
From within the waf source tree, run:
-./waf-light -v --make-waf --tools=misc,/path/to/autowaf.py --prelude=''
+./waf-light -v --make-waf --tools=misc,doxygen,/path/to/autowaf.py --prelude=''
cp ./waf /path/to/ardour/3.0/waf