| 29 |
29 |
| 30 If you are using gcc, then simply run |
30 If you are using gcc, then simply run |
| 31 |
31 |
| 32 make |
32 make |
| 33 |
33 |
| 34 The further available configurations are gcc-debug, g++, g++-debug, osx, |
34 The available configurations are clang, clang-debug, gcc, gcc-debug, g++, |
| 35 osx-debug, suncc, suncc-debug and windows. The later uses microsoft visual C++ |
35 g++-debug, osx, osx-debug, suncc, suncc-debug and windows. The later uses |
| 36 compiler. If you want to use mingw oder cygwin, you can use the default gcc |
36 microsoft visual C++ compiler. If you want to use mingw oder cygwin, you can |
| 37 configuration. |
37 use the default gcc configuration. |
| 38 |
38 |
| 39 The build files are placed into a build subdirectory, which is created if it |
39 The build files are placed into a build subdirectory, which is created if it |
| 40 does not exists. |
40 does not exists. |
| 41 |
41 |
| 42 To install UCX, run |
42 To install UCX, run |