Changes in BOOK/final-system/common/xz.xml [c873165:686839b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/xz.xml
rc873165 r686839b 9 9 <?dbhtml filename="xz.html"?> 10 10 11 <title>XZ 11 <title>XZ-Utils-&xz-version;</title> 12 12 13 13 <indexterm zone="ch-system-xz"> 14 <primary sortas="a-XZ Utils">XZUtils</primary>14 <primary sortas="a-XZ-Utils">XZ-Utils</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>The XZ 21 decompressing files. Compressing text files with <command>XZ 20 <para>The XZ-Utils package contains programs for compressing and 21 decompressing files. Compressing text files with <command>XZ-Utils</command> 22 22 yields a much better compression percentage than with the traditional 23 23 <command>gzip</command>.</para> … … 26 26 27 27 <sect2 role="installation"> 28 <title>Installation of XZ 29 30 <para os="a">Prepare XZ 31 32 <screen os="b"><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>28 <title>Installation of XZ-Utils</title> 29 30 <para os="a">Prepare XZ-Utils for compilation:</para> 31 32 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 33 33 34 34 <para os="c">Compile the package:</para> … … 53 53 54 54 <screen os="k"><userinput>mv -v /usr/lib/liblzma.so.* /lib 55 ln -s fv ../../lib/$(readlink /usr/lib/liblzma.so)/usr/lib/liblzma.so</userinput></screen>55 ln -svf ../../lib/liblzma.so.&xz-version; /usr/lib/liblzma.so</userinput></screen> 56 56 57 57 </sect2> 58 58 59 59 <sect2 id="contents-xz" role="content"> 60 <title>Contents of XZ 60 <title>Contents of XZ-Utils</title> 61 61 62 62 <segmentedlist> … … 74 74 and xzmore</seg> 75 75 <seg>liblzma.[a,so]</seg> 76 <seg>/usr/include/lzma, /usr/share/doc/xz -&xz-version;</seg>76 <seg>/usr/include/lzma, /usr/share/doc/xz</seg> 77 77 </seglistitem> 78 78 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.