From: Paul Brossier Date: Wed, 12 Mar 2014 01:08:08 +0000 (-0300) Subject: wscript: improve notes in header X-Git-Tag: 0.4.1~6 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=46b006901aca0014cdd4222a285bc9b29565902e;p=aubio.git wscript: improve notes in header --- diff --git a/wscript b/wscript index 566e29b8..83ad7b81 100644 --- 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 +# +# 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'