docs/src/install.md

Mon, 14 May 2018 13:15:32 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 14 May 2018 13:15:32 +0200
changeset 304
1f9237cfeb26
parent 264
24f5484bae97
child 390
d345541018fa
permissions
-rw-r--r--

fixes typo in modules.md

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

mercurial