docs/src/install.md

Sat, 28 Oct 2017 15:43:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 28 Oct 2017 15:43:51 +0200
changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
permissions
-rw-r--r--

modules documentation

universe@256 1 Build Instructions
universe@256 2 ==================
universe@259 3
universe@259 4 The install procedure is the same on all supported platforms.
universe@259 5 For Microsoft Windows, however, you will need an appropriate port of the linux
universe@259 6 tools (like MinGW or Cygwin).
universe@259 7 First, download the source code from [Source Forge][1].
universe@259 8
universe@259 9 wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
universe@259 10 tar -xzf ucx-latest.tar.gz
universe@259 11 cd ucx-latest
universe@259 12
universe@259 13 Then issue the `configure` and `make` commands.
universe@259 14
universe@259 15 ./configure && make
universe@259 16
universe@259 17 To verify your installment you can issue `make check`. If everything is fine,
universe@259 18 you can install UCX with
universe@259 19
universe@259 20 make install
universe@259 21
universe@259 22 Note, that you might need administrative privileges for a system wide
universe@259 23 installation.
universe@259 24
universe@259 25 [1]: https://sourceforge.net/projects/ucx/files/
universe@259 26

mercurial