2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of lynx</title>
|
|
|
|
|
2003-04-22 11:06:28 +08:00
|
|
|
<para>Install lynx by running the following commands.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-01-31 12:53:23 +08:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
|
|
|
|
HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &&
|
|
|
|
make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
|
|
|
|
HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &&
|
|
|
|
sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \
|
|
|
|
/etc/lynx.cfg > /etc/lynx.bak &&
|
|
|
|
mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|