From 46b006901aca0014cdd4222a285bc9b29565902e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 11 Mar 2014 22:08:08 -0300 Subject: [PATCH] wscript: improve notes in header --- wscript | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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' -- 2.11.0