README

changeset 156
6a4bd1f4c57e
parent 155
45395ba5ed30
child 157
ae7cc5716f38
equal deleted inserted replaced
155:45395ba5ed30 156:6a4bd1f4c57e
5 5
6 0. Table of Contents: 6 0. Table of Contents:
7 7
8 1. Introduction ........................................................ 15 8 1. Introduction ........................................................ 15
9 2. Build ............................................................... 25 9 2. Build ............................................................... 25
10 3. Install ............................................................. 58 10 3. Install ............................................................. 56
11 4. Documentation ....................................................... 70 11 4. Documentation ....................................................... 68
12 5. Contact ............................................................. 78 12 5. Contact ............................................................. 76
13 13
14 14
15 1. Introduction 15 1. Introduction
16 16
17 UAP Common eXtensions provide useful data structures and algorithms for common 17 UAP Common eXtensions provide useful data structures and algorithms for common
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, g++, osx, suncc and windows. The 35 The available configurations are clang, gcc, osx and suncc.
36 later uses microsoft visual C++ compiler. If you want to use mingw oder cygwin,
37 you can use the default gcc configuration.
38 36
39 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
40 does not exists. 38 does not exists.
41 39
42 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

mercurial