mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1117 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
1020 B
XML
25 lines
1020 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>--libdir=/etc</command> : For some reason, the
|
|
configure and make routine for lynx uses libdir as the prefix for the
|
|
configuration file. We set this to <filename>/etc</filename> so that the
|
|
system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
|
|
|
|
<para><command>--with-ssl</command> : This enables support for
|
|
linking <acronym>SSL</acronym> into <application>lynx</application>.</para>
|
|
|
|
<para><command>--with-zlib</command> : This enables support for
|
|
linking <application>zlib</application> into <application>lynx</application>.</para>
|
|
|
|
<para><command>DOCDIR=... HELPDIR=...</command> : We set these
|
|
variables to avoid getting the help and documentation files installed
|
|
under <filename>/etc</filename>.</para>
|
|
|
|
<para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command> : This
|
|
<command>sed</command> command changes the <filename>/etc/lynx.cfg</filename>
|
|
file so it looks for the help files in the correct place.</para>
|
|
|
|
</sect2>
|
|
|