Waf executable version: 1.6.9

If you want to compile the binary on debug, add --debug when you execute: ./waf configure.
For the others options see: ./waf --help

=== How to install ===

   # ./waf configure build install [--debug] [--with-gtk3] [--disable-nls]

If you using Clang/LLVM as compiler, configure with:

   $ CC=clang ./waf configure [--debug] [--with-gtk3] [--disable-nls]
