glfs/basicnet/textweb/lynx/lynx-inst.xml

20 lines
762 B
XML
Raw Normal View History

<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>