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

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

mercurial