| 30 |
30 |
| 31 If you are going to use gcc, then simply run |
31 If you are going to use gcc, then simply run |
| 32 |
32 |
| 33 make |
33 make |
| 34 |
34 |
| 35 The available configurations are clang, gcc, osx and suncc. |
35 The available configurations are clang, gcc, mingw, osx and suncc. |
| 36 |
36 |
| 37 The build files are placed into a build subdirectory, which is created if it |
37 The build files are placed into a build subdirectory, which is created if it |
| 38 does not exists. |
38 does not exists. |
| 39 |
39 |
| 40 The default target builds an optimized binaries. Use the debug target by running |
40 The default target builds an optimized binaries. Use the debug target by running |