docs/src/install.md

changeset 721
b79340dee0b4
parent 390
d345541018fa
child 737
b3b113eac3b8
     1.1 --- a/docs/src/install.md	Tue Jun 20 19:46:01 2023 +0200
     1.2 +++ b/docs/src/install.md	Tue Jun 27 17:53:56 2023 +0200
     1.3 @@ -9,12 +9,14 @@
     1.4      tar -xzf ucx-latest.tar.gz
     1.5      cd ucx-latest
     1.6      
     1.7 -Then create a build directory and issue the cmake command and then make.
     1.8 +Then create a build directory and use cmake to create the build files,
     1.9 +execute the build, and - optionally - install the files.
    1.10  
    1.11      mkdir build
    1.12      cd build
    1.13      cmake ..
    1.14 -    make
    1.15 +    cmake --build .
    1.16 +    sudo cmake --install .
    1.17  
    1.18  ---
    1.19  

mercurial