Skip to content

Files

Latest commit

7b4a525 · Aug 13, 2011

History

History
This branch is 190 commits behind 0xfe/experiments:master.

go

Installing Go

http://golang.org

$ sudo port install go

Installing waf

$ curl -O http://waf.googlecode.com/files/waf-1.6.3
$ mv waf-1.6.3 waf
$ ./waf --version

----------------------------

This directory:

$ ./waf configure

$ ./waf build (or just ./waf)

$ ./waf distclean