README: add note about waf
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 14:44:31 +0000 (15:44 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 14:44:31 +0000 (15:44 +0100)
README

diff --git a/README b/README
index 3ada9b1..601f6ef 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,12 @@ To build everything, run the usual:
 
   $ ./configure && make 
 
+Alternatively, you can use waf. For instance, to build against aubio installed
+in /var/tmp/aubio:
+
+  $ PKG_CONFIG_PATH=/var/tmp/aubio/lib/pkgconfig waf \
+      distclean configure build install --prefix=/var/tmp/aubio 
+
 Installing
 ----------