mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
22 lines
1.0 KiB
XML
22 lines
1.0 KiB
XML
|
<sect2>
|
||
|
<title>Installation of lynx</title>
|
||
|
|
||
|
<para>Install lynx by running the following commands. If you don't have
|
||
|
openssl or zlib, miss out the <userinput>--with-ssl</userinput> or
|
||
|
<userinput>--with-zlib</userinput> part of the configure command as
|
||
|
appropriate.</para>
|
||
|
|
||
|
<para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install &&</userinput>
|
||
|
<userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput>
|
||
|
<userinput> HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &&</userinput>
|
||
|
<userinput>make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \</userinput>
|
||
|
<userinput> HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &&</userinput>
|
||
|
<userinput>sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \</userinput>
|
||
|
<userinput> /etc/lynx.cfg > /etc/lynx.bak &&</userinput>
|
||
|
<userinput>mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|