docs/Writerside/topics/install.md

changeset 1227
0bf1c1fdf1e3
parent 1190
a7b913d5d589
equal deleted inserted replaced
1226:129ef9bb1477 1227:0bf1c1fdf1e3
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>.

mercurial