README

changeset 256
2c21b42cf11d
parent 250
b7d1317b138e
child 259
2f5dea574a75
--- a/README	Fri Oct 20 13:50:13 2017 +0200
+++ b/README	Fri Oct 20 15:28:06 2017 +0200
@@ -1,15 +1,15 @@
 -------------------------------------------------------------------------------
-                     UAP Common eXtensions - UCX
+                     UAP Common Extensions - UCX
 -------------------------------------------------------------------------------
 
 0. Table of Contents:
 
   1. Introduction  ........................................................ 15
   2. Build  ............................................................... 26
-  3. Install  ............................................................. 58
-  4. Documentation  ....................................................... 71
-  5. Contact  ............................................................. 84
-  6. License  ............................................................. 90
+  3. Install  ............................................................. 37
+  4. Documentation  ....................................................... 50
+  5. Contact  ............................................................. 63
+  6. License  ............................................................. 69
 
 
 1. Introduction
@@ -26,39 +26,18 @@
 2. Build
 --------
 
-Untar the source archive and run
-
-  make CONF=<yourconfig>
-
-If you are going to use gcc, then simply run
+Untar the source archive and simply run
 
-  make
-
-The available configurations are clang, gcc, mingw, osx and suncc. 
-
-The build files are placed into a build subdirectory, which is created if it
-does not exists.
+  ./configure && make
 
-The default target builds optimized binaries. Use the debug target by running
-
-  make debug CONF=<yourconfig>
-
-to disable optimization and enable debug symbols.
-
-If you want to test your build either run
+If you want to verify your build, you may then run
 
-  make run CONF=<yourconfig>
-
-or
-
-  make run-debug CONF=<yourconfig>
-
-Again, you can omit the CONF parameter, when using the gcc.
+  make check
 
 3. Install
 ----------
 
-Build the binaries as described in chapter two. Then install UCX, by running
+Build the binaries as described above. Then install UCX, by running
 
   make install
 
@@ -66,7 +45,7 @@
 
   make install PREFIX=<install_dir>
 
-The default prefix is /usr/local.
+The default prefix is /usr/local and will require privileged access.
 
 4. Documentation
 ----------------

mercurial