2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-27 10:40:02 +01:00
Jerome Carretero 7f97cb4827 ticgt: get rid of hack(), thanks again ita
So we are closer (ccroot.create_compiled_task is monkey patched)
 to having a standard toolchain.
2012-02-08 01:40:42 -05:00
2011-09-10 11:13:51 +02:00
2012-02-07 09:20:32 +01:00
2012-02-08 01:40:42 -05:00
2011-09-10 11:13:51 +02:00
2011-09-10 11:13:51 +02:00
2011-10-26 18:46:12 +02:00
2012-02-06 01:39:25 +01:00
2011-09-10 11:13:51 +02:00
2011-09-10 21:25:03 +02:00
2011-09-10 21:25:03 +02:00
2012-02-06 01:39:25 +01:00

WHAT YOU WILL FIND HERE
-----------------------

Waf (1.6)

For the manual: http://docs.waf.googlecode.com/git/book_16/single.html
For the api docs: http://docs.waf.googlecode.com/git/apidocs_16/index.html
For the examples: see the folder demos/

HOW TO CREATE THE WAF SCRIPT
----------------------------

Python 2.6, 2.7, 3.0 or 3.1 is required to generate the waf script. Execute:
$ ./waf-light configure build
Or, if you have several python versions installed:
$ python3 ./waf-light configure build

The Waf tools in waflib/extras are not added to the waf script. To add
some of them, use the --tools switch:
$ ./waf-light --tools=compat15,swig

To add a tool that does not exist in the folder compat15, pass an absolute path
To customize the initialization, pass the parameter 'prelude'
$ ./waf-light --make-waf --tools=compat15,/comp/waf/aba.py --prelude=$'\tfrom waflib.extras import aba\n\taba.foo()'

HOW TO TRY THE EXAMPLES
-----------------------

Try this:
$ cp waf demos/c/
$ cd demos/c/
$ ./waf configure build

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)

Description
No description provided
Readme BSD-3-Clause-HP 6.9 MiB
Languages
Python 89.9%
C++ 7.4%
C 0.7%
Java 0.7%
C# 0.4%
Other 0.7%