~songofacandy/hamster-applet/upstream

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Exit autotools enter waf.

To run hamster uninstalled you don't have to do anything anymore.

cd src
./hamster-applet -w


To install:
  ./waf --prefix=/usr configure build
  sudo ./waf install



Read more about waf online: http://code.google.com/p/waf/