README

changeset 390
d345541018fa
parent 259
2f5dea574a75
child 652
bf817b825ed2
equal deleted inserted replaced
389:92e482410453 390:d345541018fa
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 0. Table of Contents: 5 0. Table of Contents:
6 6
7 1. Introduction ........................................................ 15 7 1. Introduction ........................................................ 15
8 2. Build ............................................................... 26 8 2. Build ............................................................... 25
9 3. Install ............................................................. 37 9 3. Documentation ....................................................... 44
10 4. Documentation ....................................................... 50 10 4. Contact ............................................................. 57
11 5. Contact ............................................................. 63 11 5. License ............................................................. 64
12 6. License ............................................................. 69
13 12
14 13
15 1. Introduction 14 1. Introduction
16 --------------- 15 ---------------
17 16
24 23
25 24
26 2. Build 25 2. Build
27 -------- 26 --------
28 27
29 Untar the source archive and simply run 28 Untar the source archive and run
30 29
31 ./configure && make 30 mkdir build
31 cd build
32 cmake ..
33 make
32 34
33 If you want to verify your build, you may then run 35 Optionally install UCX by running the following command as privileged user
36
37 make install
38
39 If you want to verify your build, you can run
34 40
35 make check 41 make check
36 42
37 3. Install
38 ----------
39 43
40 Build the binaries as described above. Then install UCX, by running 44 3. Documentation
41
42 make install
43
44 or
45
46 make install PREFIX=<install_dir>
47
48 The default prefix is /usr/local and will require privileged access.
49
50 4. Documentation
51 ---------------- 45 ----------------
52 46
53 Documentation is available at: 47 Documentation is available at:
54 48
55 https://develop.uap-core.de/ucx/index.html 49 https://develop.uap-core.de/ucx/index.html
58 documentation is also available here: 52 documentation is also available here:
59 53
60 https://develop.uap-core.de/ucx/api/index.html 54 https://develop.uap-core.de/ucx/api/index.html
61 55
62 56
63 5. Contact 57 4. Contact
64 ---------- 58 ----------
65 59
66 Olaf Wintermann (olaf.wintermann@gmail.com) 60 Olaf Wintermann (olaf.wintermann@gmail.com)
67 Mike Becker (universe@uap-core.de) 61 Mike Becker (universe@uap-core.de)
68 62
69 6. License 63
64 5. License
70 ---------- 65 ----------
71 66
72 Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. 67 Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
73 68
74 Redistribution and use in source and binary forms, with or without 69 Redistribution and use in source and binary forms, with or without
75 modification, are permitted provided that the following conditions are met: 70 modification, are permitted provided that the following conditions are met:
76 71
77 1. Redistributions of source code must retain the above copyright 72 1. Redistributions of source code must retain the above copyright

mercurial