README

changeset 750
8a3336743c4e
parent 652
bf817b825ed2
child 760
52e49533e7b4
equal deleted inserted replaced
749:991e8cce8015 750:8a3336743c4e
23 23
24 24
25 2. Build 25 2. Build
26 -------- 26 --------
27 27
28 Untar the source archive and run 28 The build processes uses CMake starting with UCX 3.0.
29 You can clone the repository or download the sources from SourceForge.
29 30
30 mkdir build 31 wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
31 cd build 32 tar -xzf ucx-latest.tar.gz
32 cmake .. 33 cd ucx-latest
33 make
34 34
35 Optionally install UCX by running the following command as privileged user 35 Then create a build directory and use cmake to create the build files,
36 execute the build, and - optionally - install the files.
36 37
37 make install 38 mkdir build
38 39 cd build
39 If you want to verify your build, you can run 40 cmake ..
40 41 cmake --build .
41 make test 42 sudo cmake --install .
42
43 43
44 3. Documentation 44 3. Documentation
45 ---------------- 45 ----------------
46 46
47 Documentation is available at: 47 Documentation is available at:
62 62
63 63
64 5. License 64 5. License
65 ---------- 65 ----------
66 66
67 Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved. 67 Copyright 2023 Mike Becker, Olaf Wintermann All rights reserved.
68 68
69 Redistribution and use in source and binary forms, with or without 69 Redistribution and use in source and binary forms, with or without
70 modification, are permitted provided that the following conditions are met: 70 modification, are permitted provided that the following conditions are met:
71 71
72 1. Redistributions of source code must retain the above copyright 72 1. Redistributions of source code must retain the above copyright

mercurial