|
@@ -45,6 +45,22 @@
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
|
|
|
|
|
|
+ <variablelist>
|
|
|
+ <title>The meaning of the configure options:</title>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>--disable-static</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>iIn this case, the top-level configure script will complain that
|
|
|
+ this is an unrecognized option, but the configure script for
|
|
|
+ XSParagraph recognizes it and uses it to disable installing a static
|
|
|
+ <filename class="libraryfile">XSParagraph.a</filename> to <filename
|
|
|
+ class="directory">/usr/lib/texinfo</filename>.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ </variablelist>
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|