glfs/basicnet/textweb/lynx/lynx-exp.xml
Larry Lawrence 03cbf552d5 more edits....
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@829 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-06 17:54:24 +00:00

25 lines
858 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 /etc so that the system wide
configuration file is <userinput>/etc/lynx.cfg</userinput>.</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 /etc.</para>
<para><userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg</userinput> : This
sed command changes the /etc/lynx.cfg file so it looks for the help
files in the correct place.</para>
</sect2>