docs/src/install.md

Wed, 02 May 2018 21:45:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 02 May 2018 21:45:52 +0200
changeset 283
c3b6ff227481
parent 264
24f5484bae97
child 390
d345541018fa
permissions
-rw-r--r--

adds more convenience macros for sstr

This commit also increases the UCX version number towards the next release.
- New product version: 1.1
- New library version: 2.0.1 - we are backwards, but not forward compatible.

     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