glfs/basicnet/textweb/lynx/lynx-inst.xml
Bruce Dubbs a338b482a6 Removed zlib and fixed several typos
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@635 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-01-31 04:53:23 +00:00

22 lines
868 B
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 &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &amp;&amp;
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
&nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &amp;&amp;
sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \
&nbsp;&nbsp;&nbsp;/etc/lynx.cfg &gt; /etc/lynx.bak &amp;&amp;
mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
</sect2>