1 This software requires only Python to build.
3 Like an auto* project, building has three phases:
6 * Configure: ./waf configure [OPTIONS]
9 ./waf configure --prefix=/some/where --debug --strict
11 If --debug is not given, the flags from the environment variables
12 CFLAGS and CXXFLAGS will be used.
14 The default prefix is /usr/local
17 * Build: ./waf [OPTIONS]
23 * Install: ./waf install [OPTIONS]
25 The environment variable DESTDIR can be used to add any prefix to
26 the install paths (useful for packaging). Example:
28 DESTDIR=/home/drobilla/packages ./waf install
31 *** IMPORTANT: You must use absolute paths everywhere
34 Run './waf --help' for detailed option information.