1
0

bzip2.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-bzip2" xreflabel="Bzip2" role="wrap">
  7. <title>Bzip2-&bzip2-version;</title>
  8. <?dbhtml filename="bzip2.html"?>
  9. <indexterm zone="ch-system-bzip2"><primary sortas="a-Bzip2">Bzip2</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.1 SBU</seg><seg>3.0 MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Bzip2</title>
  19. <para>Prepare Bzip2 for compilation with:</para>
  20. <screen><userinput>make -f Makefile-libbz2_so
  21. make clean</userinput></screen>
  22. <para>Compile the package:</para>
  23. <screen><userinput>make</userinput></screen>
  24. <para>Install the package:</para>
  25. <screen><userinput>make install</userinput></screen>
  26. <para>Do some location changes:</para>
  27. <screen><userinput>cp bzip2-shared /bin/bzip2
  28. cp -a libbz2.so* /lib
  29. ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
  30. rm /usr/bin/{bunzip2,bzcat,bzip2}
  31. ln -s bzip2 /bin/bunzip2
  32. ln -s bzip2 /bin/bzcat</userinput></screen>
  33. </sect2>
  34. <sect2 id="contents-bzip2" role="content"><title>Contents of Bzip2</title>
  35. <para>See testing</para>
  36. </sect2>
  37. </sect1>