README

changeset 152
3238f65db163
parent 151
fc8d05972af7
child 155
45395ba5ed30
equal deleted inserted replaced
151:fc8d05972af7 152:3238f65db163
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
47 47
48 make install PREFIX=<install_dir> 48 make install PREFIX=<install_dir>
49 49
50 The default prefix is /usr/local. 50 The default prefix is /usr/local.
51 51
52 If you want to test you build, run 52 If you want to test your build, run
53 53
54 make run CONF=<yourconfig> 54 make run CONF=<yourconfig>
55 55
56 56
57 3. Documentation 57 3. Documentation

mercurial