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

     1 ---
     2 title: Build Instructions
     3 ---
     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].
    10     wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
    11     tar -xzf ucx-latest.tar.gz
    12     cd ucx-latest
    14 Then issue the `configure` and `make` commands.
    16     ./configure && make
    18 To verify your installment you can issue `make check`. If everything is fine,
    19 you can install UCX with
    21     make install
    23 Note, that you might need administrative privileges for a system wide
    24 installation.
    26 [1]: https://sourceforge.net/projects/ucx/files/

mercurial