docs/src/install.md

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
equal deleted inserted replaced
258:d9f4285c795c 259:2f5dea574a75
1 Build Instructions 1 Build Instructions
2 ================== 2 ==================
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

mercurial