RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Waf

It is best you install waf by just downloading it from the Waf project website:

http://code.google.com/p/waf/

Waf is a Python program so you will also need to have a current Python version installed and in your path.

I download the latest "run from writable folder" version named single waf file from http://code.google.com/p/waf/downloads/list to $HOME/bin and symlink it to waf. The directory $HOME/bin is in my path.

$ cd $HOME/bin
$ curl http://waf.googlecode.com/files/waf-1.7.9 > waf-1.7.9
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 90486 100 90486 0 0 39912 0 0:00:02 0:00:02 --:--:-- 79934
$ rm -f waf
$ chmod +x waf-1.7.9
$ ln -s waf-1.7.9 waf
$ ./waf --version
waf 1.7.9 (9e92489dbc008e4abae9c147b1d63b48296797c2)