Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
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