universe@264: --- universe@264: title: Build Instructions universe@264: --- universe@259: universe@259: The install procedure is the same on all supported platforms. universe@259: For Microsoft Windows, however, you will need an appropriate port of the linux universe@259: tools (like MinGW or Cygwin). universe@259: First, download the source code from [Source Forge][1]. universe@259: universe@259: wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz universe@259: tar -xzf ucx-latest.tar.gz universe@259: cd ucx-latest universe@259: universe@259: Then issue the `configure` and `make` commands. universe@259: universe@259: ./configure && make universe@259: universe@259: To verify your installment you can issue `make check`. If everything is fine, universe@259: you can install UCX with universe@259: universe@259: make install universe@259: universe@259: Note, that you might need administrative privileges for a system wide universe@259: installation. universe@259: universe@259: [1]: https://sourceforge.net/projects/ucx/files/ universe@259: