2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-24 02:05:12 +01:00
This commit is contained in:
Thomas Nagy 2011-09-10 12:30:02 +02:00
parent 579da4528b
commit 3acbe26bb7

14
README
View File

@ -31,6 +31,16 @@ $ cp waf demos/c/
$ cd demos/c/
$ ./waf configure build
---------------------------
Thomas Nagy, 2010 (ita)
USING GIT
---------
$ git clone https://code.google.com/p/waf/
set $HOME/.netrc to read:
machine code.google.com login user@gmail.com password pass
$ git remote add code https://code.google.com/p/waf.docs/
... make a few changes
$ git push code
---------------------------
Thomas Nagy, 2011 (ita)