README

changeset 750
8a3336743c4e
parent 652
bf817b825ed2
child 760
52e49533e7b4
     1.1 --- a/README	Sun Jul 09 12:17:29 2023 +0200
     1.2 +++ b/README	Sun Jul 09 12:33:20 2023 +0200
     1.3 @@ -25,21 +25,21 @@
     1.4  2. Build
     1.5  --------
     1.6  
     1.7 -Untar the source archive and run
     1.8 +The build processes uses CMake starting with UCX 3.0.
     1.9 +You can clone the repository or download the sources from SourceForge.
    1.10  
    1.11 -  mkdir build
    1.12 -  cd build
    1.13 -  cmake ..
    1.14 -  make
    1.15 +    wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
    1.16 +    tar -xzf ucx-latest.tar.gz
    1.17 +    cd ucx-latest
    1.18  
    1.19 -Optionally install UCX by running the following command as privileged user
    1.20 +Then create a build directory and use cmake to create the build files,
    1.21 +execute the build, and - optionally - install the files.
    1.22  
    1.23 -  make install
    1.24 -
    1.25 -If you want to verify your build, you can run
    1.26 -
    1.27 -  make test
    1.28 -
    1.29 +    mkdir build
    1.30 +    cd build
    1.31 +    cmake ..
    1.32 +    cmake --build .
    1.33 +    sudo cmake --install .
    1.34  
    1.35  3. Documentation
    1.36  ----------------
    1.37 @@ -64,7 +64,7 @@
    1.38  5. License
    1.39  ----------
    1.40  
    1.41 -Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
    1.42 +Copyright 2023 Mike Becker, Olaf Wintermann All rights reserved.
    1.43  
    1.44  Redistribution and use in source and binary forms, with or without
    1.45  modification, are permitted provided that the following conditions are met:

mercurial