README

changeset 750
8a3336743c4e
parent 652
bf817b825ed2
child 760
52e49533e7b4
--- a/README	Sun Jul 09 12:17:29 2023 +0200
+++ b/README	Sun Jul 09 12:33:20 2023 +0200
@@ -25,21 +25,21 @@
 2. Build
 --------
 
-Untar the source archive and run
+The build processes uses CMake starting with UCX 3.0.
+You can clone the repository or download the sources from SourceForge.
 
-  mkdir build
-  cd build
-  cmake ..
-  make
+    wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
+    tar -xzf ucx-latest.tar.gz
+    cd ucx-latest
 
-Optionally install UCX by running the following command as privileged user
-
-  make install
+Then create a build directory and use cmake to create the build files,
+execute the build, and - optionally - install the files.
 
-If you want to verify your build, you can run
-
-  make test
-
+    mkdir build
+    cd build
+    cmake ..
+    cmake --build .
+    sudo cmake --install .
 
 3. Documentation
 ----------------
@@ -64,7 +64,7 @@
 5. License
 ----------
 
-Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
+Copyright 2023 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:

mercurial