diff -r 92e482410453 -r d345541018fa README --- a/README Mon Dec 30 09:54:10 2019 +0100 +++ b/README Sat Feb 06 19:11:44 2021 +0100 @@ -5,11 +5,10 @@ 0. Table of Contents: 1. Introduction ........................................................ 15 - 2. Build ............................................................... 26 - 3. Install ............................................................. 37 - 4. Documentation ....................................................... 50 - 5. Contact ............................................................. 63 - 6. License ............................................................. 69 + 2. Build ............................................................... 25 + 3. Documentation ....................................................... 44 + 4. Contact ............................................................. 57 + 5. License ............................................................. 64 1. Introduction @@ -26,28 +25,23 @@ 2. Build -------- -Untar the source archive and simply run +Untar the source archive and run - ./configure && make + mkdir build + cd build + cmake .. + make -If you want to verify your build, you may then run +Optionally install UCX by running the following command as privileged user + + make install + +If you want to verify your build, you can run make check -3. Install ----------- -Build the binaries as described above. Then install UCX, by running - - make install - -or - - make install PREFIX= - -The default prefix is /usr/local and will require privileged access. - -4. Documentation +3. Documentation ---------------- Documentation is available at: @@ -60,16 +54,17 @@ https://develop.uap-core.de/ucx/api/index.html -5. Contact +4. Contact ---------- Olaf Wintermann (olaf.wintermann@gmail.com) Mike Becker (universe@uap-core.de) -6. License + +5. License ---------- -Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. +Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: