README

changeset 256
2c21b42cf11d
parent 250
b7d1317b138e
child 259
2f5dea574a75
     1.1 --- a/README	Fri Oct 20 13:50:13 2017 +0200
     1.2 +++ b/README	Fri Oct 20 15:28:06 2017 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  -------------------------------------------------------------------------------
     1.5 -                     UAP Common eXtensions - UCX
     1.6 +                     UAP Common Extensions - UCX
     1.7  -------------------------------------------------------------------------------
     1.8  
     1.9  0. Table of Contents:
    1.10  
    1.11    1. Introduction  ........................................................ 15
    1.12    2. Build  ............................................................... 26
    1.13 -  3. Install  ............................................................. 58
    1.14 -  4. Documentation  ....................................................... 71
    1.15 -  5. Contact  ............................................................. 84
    1.16 -  6. License  ............................................................. 90
    1.17 +  3. Install  ............................................................. 37
    1.18 +  4. Documentation  ....................................................... 50
    1.19 +  5. Contact  ............................................................. 63
    1.20 +  6. License  ............................................................. 69
    1.21  
    1.22  
    1.23  1. Introduction
    1.24 @@ -26,39 +26,18 @@
    1.25  2. Build
    1.26  --------
    1.27  
    1.28 -Untar the source archive and run
    1.29 +Untar the source archive and simply run
    1.30  
    1.31 -  make CONF=<yourconfig>
    1.32 +  ./configure && make
    1.33  
    1.34 -If you are going to use gcc, then simply run
    1.35 +If you want to verify your build, you may then run
    1.36  
    1.37 -  make
    1.38 -
    1.39 -The available configurations are clang, gcc, mingw, osx and suncc. 
    1.40 -
    1.41 -The build files are placed into a build subdirectory, which is created if it
    1.42 -does not exists.
    1.43 -
    1.44 -The default target builds optimized binaries. Use the debug target by running
    1.45 -
    1.46 -  make debug CONF=<yourconfig>
    1.47 -
    1.48 -to disable optimization and enable debug symbols.
    1.49 -
    1.50 -If you want to test your build either run
    1.51 -
    1.52 -  make run CONF=<yourconfig>
    1.53 -
    1.54 -or
    1.55 -
    1.56 -  make run-debug CONF=<yourconfig>
    1.57 -
    1.58 -Again, you can omit the CONF parameter, when using the gcc.
    1.59 +  make check
    1.60  
    1.61  3. Install
    1.62  ----------
    1.63  
    1.64 -Build the binaries as described in chapter two. Then install UCX, by running
    1.65 +Build the binaries as described above. Then install UCX, by running
    1.66  
    1.67    make install
    1.68  
    1.69 @@ -66,7 +45,7 @@
    1.70  
    1.71    make install PREFIX=<install_dir>
    1.72  
    1.73 -The default prefix is /usr/local.
    1.74 +The default prefix is /usr/local and will require privileged access.
    1.75  
    1.76  4. Documentation
    1.77  ----------------

mercurial