|
@@ -39,23 +39,7 @@ make distclean</userinput></screen>
|
|
|
|
|
|
<para>Prepare Module-Init-Tools for compilation:</para>
|
|
<para>Prepare Module-Init-Tools for compilation:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
|
|
|
|
- --enable-zlib</userinput></screen>
|
|
|
|
-
|
|
|
|
-<para>The meaning of the configure options:</para>
|
|
|
|
-
|
|
|
|
-<variablelist>
|
|
|
|
-<varlistentry>
|
|
|
|
-<term><parameter>--mandir=/usr/share/man</parameter></term>
|
|
|
|
-<listitem><para>This ensures the man pages are installed in the correct
|
|
|
|
-location.</para></listitem>
|
|
|
|
-</varlistentry>
|
|
|
|
-<varlistentry>
|
|
|
|
-<term><parameter>--enable-zlib</parameter></term>
|
|
|
|
-<listitem><para>This allows the Module-Init-Tools package to handle compressed
|
|
|
|
-kernel modules.</para></listitem>
|
|
|
|
-</varlistentry>
|
|
|
|
-</variablelist>
|
|
|
|
|
|
+<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|