Sat, 28 Oct 2017 16:25:47 +0200
fixes sourceforge link in doxygen doc
256
2c21b42cf11d
documentation will now be generated using pandoc
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | Build Instructions |
2c21b42cf11d
documentation will now be generated using pandoc
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | ================== |
259 | 3 | |
4 | The install procedure is the same on all supported platforms. | |
5 | For Microsoft Windows, however, you will need an appropriate port of the linux | |
6 | tools (like MinGW or Cygwin). | |
7 | First, download the source code from [Source Forge][1]. | |
8 | ||
9 | wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz | |
10 | tar -xzf ucx-latest.tar.gz | |
11 | cd ucx-latest | |
12 | ||
13 | Then issue the `configure` and `make` commands. | |
14 | ||
15 | ./configure && make | |
16 | ||
17 | To verify your installment you can issue `make check`. If everything is fine, | |
18 | you can install UCX with | |
19 | ||
20 | make install | |
21 | ||
22 | Note, that you might need administrative privileges for a system wide | |
23 | installation. | |
24 | ||
25 | [1]: https://sourceforge.net/projects/ucx/files/ | |
26 |