glfs/basicnet/textweb/lynx/lynx-inst.xml
Larry Lawrence 377584f40f added chapter intros 16, 18, 20
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1177 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 20:34:30 +00:00

20 lines
762 B
XML

<sect2>
<title>Installation of <application>Lynx</application></title>
<para>Install <application>Lynx</application> by running the following commands.
</para>
<screen><userinput><command>./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</command></userinput></screen>
</sect2>