Table of Contents
The Waf project is located on Google Code The current Waf version requires Python 2.3 compiled with support for the bzip2 compression algorithm. Installing Waf is optional, if you want to install Waf on the system, jump to the next section.
The Waf binary is ready to use and can be executed directly. Just rename it into "waf":
$ wget http://waf.googlecode.com/files/waf-1.5.0 $ mv waf-1.5.0 waf && chmod 755 waf