wscript: added some pointers about waf
authorPaul Brossier <piem@piem.org>
Wed, 28 Apr 2010 19:17:19 +0000 (21:17 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 28 Apr 2010 19:17:19 +0000 (21:17 +0200)
wscript

diff --git a/wscript b/wscript
index d0850c00f6044a64675ea2f7eb2ab68226a5ad47..7566b0f24d5b5f652bfdd57254fbb62fb6b65797 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,5 +1,13 @@
 #! /usr/bin/python
 # 
+# waf build script, see http://code.google.com/p/waf/
+# usage:
+#     $ waf distclean configure build
+# get it:
+#     $ svn co http://waf.googlecode.com/svn/trunk /path/to/waf
+#     $ alias waf=/path/to/waf/waf-light
+#
+# TODO
 #  - doc: add doxygen
 #  - tests: move to new unit test system