README

changeset 1227
0bf1c1fdf1e3
parent 1198
d73620697593
equal deleted inserted replaced
1226:129ef9bb1477 1227:0bf1c1fdf1e3
23 -------- 23 --------
24 24
25 The build processes requires executing a simple configure script and calling 25 The build processes requires executing a simple configure script and calling
26 make. You can clone the repository or download the sources from SourceForge. 26 make. You can clone the repository or download the sources from SourceForge.
27 27
28 wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz 28 wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest
29 tar -xzf ucx-latest.tar.gz 29 tar -xzf libucx.tgz
30 cd ucx-latest 30 cd libucx
31 31
32 Then execute ./configure with the options you like. You can get a list of 32 Then execute ./configure with the options you like. You can get a list of
33 all available options with ./configure --help. The recommended configuration 33 all available options with ./configure --help. The recommended configuration
34 for production builds is ./configure --release. 34 for production builds is ./configure --release.
35 35

mercurial