expat.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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-system-expat" role="wrap">
  8. <?dbhtml filename="expat.html"?>
  9. <sect1info condition="script">
  10. <productname>expat</productname>
  11. <productnumber>&expat-version;</productnumber>
  12. <address>&expat-url;</address>
  13. </sect1info>
  14. <title>Expat-&expat-version;</title>
  15. <indexterm zone="ch-system-expat">
  16. <primary sortas="a-Expat">Expat</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Expat package contains a stream oriented C library for
  21. parsing XML.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&expat-ch6-sbu;</seg>
  27. <seg>&expat-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Expat</title>
  33. <para>First fix a problem with the regression tests in the LFS environment:</para>
  34. <screen><userinput remap="pre">sed -i 's|usr/bin/env |bin/|' run.sh.in</userinput></screen>
  35. <para>Prepare Expat for compilation:</para>
  36. <screen><userinput remap="configure">./configure --prefix=/usr \
  37. --disable-static \
  38. --docdir=/usr/share/doc/expat-&expat-version;</userinput></screen>
  39. <para>Compile the package:</para>
  40. <screen><userinput remap="make">make</userinput></screen>
  41. <para>To test the results, issue:</para>
  42. <screen><userinput remap="test">make check</userinput></screen>
  43. <para>Install the package:</para>
  44. <screen><userinput remap="install">make install</userinput></screen>
  45. <para>If desired, install the documentation:</para>
  46. <screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
  47. </sect2>
  48. <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
  49. <sect2 arch="ml_32,ml_all" role="installation">
  50. <title>Installation of Expat - 32-bit</title>
  51. <para>Clean previous build but keep precompiled doc because it
  52. cannot be rebuilt in this stage of the system:</para>
  53. <screen><userinput remap="pre">sed -e "/^am__append_1/ s/doc//" -i Makefile
  54. make clean</userinput></screen>
  55. <para>Prepare Expat for compilation:</para>
  56. <screen><userinput remap="configure">CC="gcc -m32" ./configure \
  57. --prefix=/usr \
  58. --libdir=/usr/lib32 \
  59. --host=i686-pc-linux-gnu</userinput></screen>
  60. <para>Compile the package:</para>
  61. <screen><userinput remap="make">make</userinput></screen>
  62. <para>Install the package:</para>
  63. <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
  64. cp -Rv DESTDIR/usr/lib32/* /usr/lib32
  65. rm -rf DESTDIR</userinput></screen>
  66. </sect2>
  67. <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
  68. <sect2 arch="ml_x32,ml_all" role="installation">
  69. <title>Installation of Expat - x32-bit</title>
  70. <para>Clean previous build:</para>
  71. <screen><userinput remap="pre">sed -e "/^am__append_1/ s/doc//" -i Makefile
  72. make clean</userinput></screen>
  73. <para>Prepare Expat for compilation:</para>
  74. <screen><userinput remap="configure">CC="gcc -mx32" ./configure \
  75. --prefix=/usr \
  76. --libdir=/usr/libx32 \
  77. --host=x86_64-pc-linux-gnux32</userinput></screen>
  78. <para>Compile the package:</para>
  79. <screen><userinput remap="make">make</userinput></screen>
  80. <para>Install the package:</para>
  81. <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
  82. cp -Rv DESTDIR/usr/libx32/* /usr/libx32
  83. rm -rf DESTDIR</userinput></screen>
  84. </sect2>
  85. <sect2 id="contents-expat" role="content">
  86. <title>Contents of Expat</title>
  87. <segmentedlist>
  88. <segtitle>Installed program</segtitle>
  89. <segtitle>Installed libraries</segtitle>
  90. <segtitle>Installed directory</segtitle>
  91. <seglistitem>
  92. <seg>xmlwf</seg>
  93. <seg>libexpat.so</seg>
  94. <seg>/usr/share/doc/expat-&expat-version;</seg>
  95. </seglistitem>
  96. </segmentedlist>
  97. <variablelist>
  98. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  99. <?dbfo list-presentation="list"?>
  100. <?dbhtml list-presentation="table"?>
  101. <varlistentry id="xmlwf">
  102. <term><command>xmlwf </command></term>
  103. <listitem>
  104. <para>Is a non-validating utility to check whether or not
  105. XML documents are well formed</para>
  106. <indexterm zone="ch-system-expat xmlwf">
  107. <primary sortas="b-xmlwf">xmlwf</primary>
  108. </indexterm>
  109. </listitem>
  110. </varlistentry>
  111. <varlistentry id="libexpat">
  112. <term><filename class="libraryfile">libexpat</filename></term>
  113. <listitem>
  114. <para>Contains API functions for parsing XML</para>
  115. <indexterm zone="ch-system-expat libexpat">
  116. <primary sortas="c-libexpat">libexpat</primary>
  117. </indexterm>
  118. </listitem>
  119. </varlistentry>
  120. </variablelist>
  121. </sect2>
  122. </sect1>