equal
deleted
inserted
replaced
13 builds enable asserts while optimized builds disable them. |
13 builds enable asserts while optimized builds disable them. |
14 On platforms which support it, rpath is used which means that |
14 On platforms which support it, rpath is used which means that |
15 the executable binaries generated link explicitely against |
15 the executable binaries generated link explicitely against |
16 the right libraries. This saves you the pain of having to |
16 the right libraries. This saves you the pain of having to |
17 setup environment variables to point to the right libraries. |
17 setup environment variables to point to the right libraries. |
|
18 |
|
19 (Note: An experimental, alternative build system is described |
|
20 in build-waf.txt) |
18 |
21 |
19 1) Options |
22 1) Options |
20 ---------- |
23 ---------- |
21 |
24 |
22 - verbose: if you have installed scons 0.91.96 or higher, |
25 - verbose: if you have installed scons 0.91.96 or higher, |