wscript: improve notes in header
authorPaul Brossier <piem@piem.org>
Wed, 12 Mar 2014 01:08:08 +0000 (22:08 -0300)
committerPaul Brossier <piem@piem.org>
Wed, 12 Mar 2014 01:08:08 +0000 (22:08 -0300)
wscript

diff --git a/wscript b/wscript
index 566e29b..83ad7b8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,13 +1,14 @@
 #! /usr/bin/python
 #
 #! /usr/bin/python
 #
-# waf build system, see http://code.google.com/p/waf/
-#
 # usage:
 # usage:
-#     $ ./waf distclean configure build
+#   $ python waf --help
+#
+# example:
+#   $ ./waf distclean configure build
 #
 #
-# TODO
-#  - doc: add doxygen
-#  - tests: move to new unit test system
+# 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'
 
 
 APPNAME = 'aubio'