glfs/basicnet/textweb/lynx/lynx-exp.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +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>