mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
25 lines
858 B
XML
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>
|
||
|
|