13 <step> |
13 <step> |
14 Download the latest source archive from |
14 Download the latest source archive from |
15 <a href="https://sourceforge.net/projects/ucx/files/">Source Forge</a> and extract it somewhere on your machine. |
15 <a href="https://sourceforge.net/projects/ucx/files/">Source Forge</a> and extract it somewhere on your machine. |
16 You can also use the command line to do this. |
16 You can also use the command line to do this. |
17 <code-block lang="sh"> |
17 <code-block lang="sh"> |
18 wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz |
18 wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest |
19 tar -xzf ucx-latest.tar.gz |
19 tar -xzf libucx.tgz |
20 cd ucx-latest |
20 cd libucx |
21 </code-block> |
21 </code-block> |
22 </step> |
22 </step> |
23 <step> |
23 <step> |
24 Configure the build according to your preferences. You can get a list of |
24 Configure the build according to your preferences. You can get a list of |
25 all available options with <code>./configure --help</code>. |
25 all available options with <code>./configure --help</code>. |