mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@865 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
919 B
XML
25 lines
919 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--libdir=/etc</userinput> : 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><userinput>--with-ssl</userinput> : This enables support for
|
|
linking SSL into lynx.</para>
|
|
|
|
<para><userinput>--with-zlib</userinput> : This enables support for
|
|
linking zlib into lynx.</para>
|
|
|
|
<para><userinput>DOCDIR=... HELPDIR=...</userinput> : We set these
|
|
variables to avoid getting the help and documentation files installed
|
|
under <filename>/etc</filename>.</para>
|
|
|
|
<para><userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg</userinput> : This
|
|
sed command changes the <filename>/etc/lynx.cfg</filename> file so it looks for the help
|
|
files in the correct place.</para>
|
|
|
|
</sect2>
|
|
|