glfs/basicnet/textweb/lynx/lynx-exp.xml
Igor Živković eeb3bd3d81 applied Anderson's lynx update patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1809 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-15 18:15:06 +00:00

23 lines
982 B
XML

<sect2>
<title>Command explanations</title>
<para><parameter>--libdir=/etc</parameter>: For some reason, the
configure and make routine for lynx uses libdir as the prefix for the
configuration file. We set this to <filename class="directory">/etc</filename> so that the
system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
<para><option>--with-zlib</option>: This enables support for
linking <application>zlib</application> into <application>Lynx</application>.</para>
<para><parameter>docdir=... helpdir=...</parameter>: We set these
variables to avoid getting the help and documentation files installed
under <filename class="directory">/etc</filename>.</para>
<para><option>--with-ssl</option>: This enables support for
linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
<para><option>--with-gnutls</option>: This enables support for
linking Gnu<acronym>TLS</acronym> into <application>Lynx</application>.</para>
</sect2>