mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
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>
|
|
|