xz.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-tools-xz" role="wrap">
  8. <?dbhtml filename="xz.html"?>
  9. <sect1info condition="script">
  10. <productname>xz</productname>
  11. <productnumber>&xz-version;</productnumber>
  12. <address>&xz-url;</address>
  13. </sect1info>
  14. <title>Xz-&xz-version;</title>
  15. <indexterm zone="ch-tools-xz">
  16. <primary sortas="a-xz">Xz</primary>
  17. <secondary>tools</secondary>
  18. </indexterm>
  19. <sect2 role="package">
  20. <title/>
  21. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  22. href="../chapter08/xz.xml"
  23. xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  24. <segmentedlist>
  25. <segtitle>&buildtime;</segtitle>
  26. <segtitle>&diskspace;</segtitle>
  27. <seglistitem>
  28. <seg>&xz-tmp-sbu;</seg>
  29. <seg>&xz-tmp-du;</seg>
  30. </seglistitem>
  31. </segmentedlist>
  32. </sect2>
  33. <sect2 role="installation">
  34. <title>Installation of Xz</title>
  35. <para>Prepare Xz for compilation:</para>
  36. <screen><userinput remap="configure">./configure --prefix=/usr \
  37. --host=$LFS_TGT \
  38. --build=$(build-aux/config.guess) \
  39. --disable-static \
  40. --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
  41. <para>Compile the package:</para>
  42. <screen><userinput remap="make">make</userinput></screen>
  43. <para>Install the package:</para>
  44. <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
  45. <para>Make sure that all essential files are in the correct directory:</para>
  46. <screen><userinput remap="install">mv -v $LFS/usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} $LFS/bin
  47. mv -v $LFS/usr/lib/liblzma.so.* $LFS/lib
  48. ln -svf ../../lib/$(readlink $LFS/usr/lib/liblzma.so) $LFS/usr/lib/liblzma.so</userinput></screen>
  49. </sect2>
  50. <sect2 role="content">
  51. <title/>
  52. <para>Details on this package are located in <xref linkend="contents-xz" role="."/></para>
  53. </sect2>
  54. </sect1>