From: Paul Brossier Date: Thu, 5 Nov 2009 14:44:31 +0000 (+0100) Subject: README: add note about waf X-Git-Tag: 0.3~27 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0a569b2e4137ae7d601a67f87f87d510d7cf66dd;p=pd-aubio.git README: add note about waf --- diff --git a/README b/README index 3ada9b1..601f6ef 100644 --- 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 ----------