Commit 8d9d2f23968302f088bb9bc51edebe951e2a81c0
1 parent
6ff2eef1
Update
Showing
1 changed file
with
6 additions
and
4 deletions
INSTALL
| 1 | 1 | Basic Installation |
| 2 | 2 | ================== |
| 3 | 3 | |
| 4 | -The build system is Waf, the shell commandes are | |
| 5 | -$ ./waf configure | |
| 6 | -$ ./waf build | |
| 7 | -$ sudo ./waf install | |
| 4 | +The build system is Waf (http://code.google.com/p/waf), the shell commandes are | |
| 5 | +$ waf configure | |
| 6 | +$ waf build | |
| 7 | +$ sudo waf install | |
| 8 | + | |
| 9 | +or ./waf if you use a local Waf script. | |
| 8 | 10 | |
| 9 | 11 | The sources are built in the 'build' directory at the root of the |
| 10 | 12 | project source files. | ... | ... |