Mon, 20 Nov 2017 18:06:32 +0100
removes man dir from clean target of doc makefile
264
24f5484bae97
web doc has now proper titles
Mike Becker <universe@uap-core.de>
parents:
259
diff
changeset
|
1 | --- |
24f5484bae97
web doc has now proper titles
Mike Becker <universe@uap-core.de>
parents:
259
diff
changeset
|
2 | title: Build Instructions |
24f5484bae97
web doc has now proper titles
Mike Becker <universe@uap-core.de>
parents:
259
diff
changeset
|
3 | --- |
259 | 4 | |
5 | The install procedure is the same on all supported platforms. | |
6 | For Microsoft Windows, however, you will need an appropriate port of the linux | |
7 | tools (like MinGW or Cygwin). | |
8 | First, download the source code from [Source Forge][1]. | |
9 | ||
10 | wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz | |
11 | tar -xzf ucx-latest.tar.gz | |
12 | cd ucx-latest | |
13 | ||
14 | Then issue the `configure` and `make` commands. | |
15 | ||
16 | ./configure && make | |
17 | ||
18 | To verify your installment you can issue `make check`. If everything is fine, | |
19 | you can install UCX with | |
20 | ||
21 | make install | |
22 | ||
23 | Note, that you might need administrative privileges for a system wide | |
24 | installation. | |
25 | ||
26 | [1]: https://sourceforge.net/projects/ucx/files/ | |
27 |