README

changeset 390
d345541018fa
parent 259
2f5dea574a75
child 652
bf817b825ed2
     1.1 --- a/README	Mon Dec 30 09:54:10 2019 +0100
     1.2 +++ b/README	Sat Feb 06 19:11:44 2021 +0100
     1.3 @@ -5,11 +5,10 @@
     1.4  0. Table of Contents:
     1.5  
     1.6    1. Introduction  ........................................................ 15
     1.7 -  2. Build  ............................................................... 26
     1.8 -  3. Install  ............................................................. 37
     1.9 -  4. Documentation  ....................................................... 50
    1.10 -  5. Contact  ............................................................. 63
    1.11 -  6. License  ............................................................. 69
    1.12 +  2. Build  ............................................................... 25
    1.13 +  3. Documentation  ....................................................... 44
    1.14 +  4. Contact  ............................................................. 57
    1.15 +  5. License  ............................................................. 64
    1.16  
    1.17  
    1.18  1. Introduction
    1.19 @@ -26,28 +25,23 @@
    1.20  2. Build
    1.21  --------
    1.22  
    1.23 -Untar the source archive and simply run
    1.24 +Untar the source archive and run
    1.25  
    1.26 -  ./configure && make
    1.27 +  mkdir build
    1.28 +  cd build
    1.29 +  cmake ..
    1.30 +  make
    1.31  
    1.32 -If you want to verify your build, you may then run
    1.33 +Optionally install UCX by running the following command as privileged user
    1.34 +
    1.35 +  make install
    1.36 +
    1.37 +If you want to verify your build, you can run
    1.38  
    1.39    make check
    1.40  
    1.41 -3. Install
    1.42 -----------
    1.43  
    1.44 -Build the binaries as described above. Then install UCX, by running
    1.45 -
    1.46 -  make install
    1.47 -
    1.48 -or
    1.49 -
    1.50 -  make install PREFIX=<install_dir>
    1.51 -
    1.52 -The default prefix is /usr/local and will require privileged access.
    1.53 -
    1.54 -4. Documentation
    1.55 +3. Documentation
    1.56  ----------------
    1.57  
    1.58  Documentation is available at:
    1.59 @@ -60,16 +54,17 @@
    1.60    https://develop.uap-core.de/ucx/api/index.html
    1.61  
    1.62  
    1.63 -5. Contact
    1.64 +4. Contact
    1.65  ----------
    1.66  
    1.67    Olaf Wintermann    (olaf.wintermann@gmail.com)
    1.68    Mike Becker        (universe@uap-core.de)
    1.69  
    1.70 -6. License
    1.71 +
    1.72 +5. License
    1.73  ----------
    1.74  
    1.75 -Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
    1.76 +Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
    1.77  
    1.78  Redistribution and use in source and binary forms, with or without
    1.79  modification, are permitted provided that the following conditions are met:

mercurial