mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 18:47:25 +08:00
17 lines
662 B
XML
17 lines
662 B
XML
|
<sect2>
|
||
|
<title>Command explanations</title>
|
||
|
|
||
|
<para>
|
||
|
<userinput>./configure --prefix=/usr --mandir=/usr/share/man</userinput>:
|
||
|
installs the binaries and libs to the <filename>/usr</filename> directory
|
||
|
and places the man files in <filename>/usr/share/man</filename>.</para>
|
||
|
<para><userinput>make install-dev</userinput>: Installs the header files
|
||
|
to <filename>/usr/include</filename>.</para>
|
||
|
<para>If you do not need to use the IPX protocol, or you use a different
|
||
|
IPX package, you can optionally pass <userinput> --disable-ipx </userinput>
|
||
|
and/or <userinput> --disable-ipx-tools </userinput> to the configure
|
||
|
script to disable these options.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|