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 |