docs/src/install.md

Sun, 07 Oct 2018 09:00:08 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 07 Oct 2018 09:00:08 +0200
changeset 331
3b985a4eb05b
parent 264
24f5484bae97
child 390
d345541018fa
permissions
-rw-r--r--

fixes ucx_szmul definition for gcc < 5

     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