mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
377584f40f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1177 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
762 B
XML
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 &&
|
|
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</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|