glfs/basicnet/textweb/lynx/lynx-inst.xml
Larry Lawrence ca2217b433 basicnet, server, content, x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@873 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 03:06:28 +00:00

19 lines
701 B
XML

<sect2>
<title>Installation of lynx</title>
<para>Install lynx by running the following commands.</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>