docs/src/install.md

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
     1.1 --- a/docs/src/install.md	Sat Oct 28 11:25:27 2017 +0200
     1.2 +++ b/docs/src/install.md	Sat Oct 28 15:43:51 2017 +0200
     1.3 @@ -1,2 +1,26 @@
     1.4  Build Instructions
     1.5  ==================
     1.6 +
     1.7 +The install procedure is the same on all supported platforms.
     1.8 +For Microsoft Windows, however, you will need an appropriate port of the linux
     1.9 +tools (like MinGW or Cygwin).
    1.10 +First, download the source code from [Source Forge][1].
    1.11 +
    1.12 +    wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
    1.13 +    tar -xzf ucx-latest.tar.gz
    1.14 +    cd ucx-latest
    1.15 +
    1.16 +Then issue the `configure` and `make` commands.
    1.17 +
    1.18 +    ./configure && make
    1.19 +
    1.20 +To verify your installment you can issue `make check`. If everything is fine,
    1.21 +you can install UCX with
    1.22 +
    1.23 +    make install
    1.24 +    
    1.25 +Note, that you might need administrative privileges for a system wide
    1.26 +installation.
    1.27 +
    1.28 +[1]: https://sourceforge.net/projects/ucx/files/
    1.29 +

mercurial