ref: 46b006901aca0014cdd4222a285bc9b29565902e
parent: 1a31baf977fc30945946af012270051e3504aa41
author: Paul Brossier <piem@piem.org>
date: Tue Mar 11 18:08:08 EDT 2014
wscript: improve notes in header
--- a/wscript
+++ b/wscript
@@ -1,13 +1,14 @@
#! /usr/bin/python
#
-# waf build system, see http://code.google.com/p/waf/
-#
# usage:
-# $ ./waf distclean configure build
+# $ python waf --help
#
-# TODO
-# - doc: add doxygen
-# - tests: move to new unit test system
+# example:
+# $ ./waf distclean configure build
+#
+# Note: aubio uses the waf build system, which relies on Python. Provided you
+# have Python installed, you do *not* need to install anything to build aubio.
+# For more info about waf, see http://code.google.com/p/waf/ .
APPNAME = 'aubio'