mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
a338b482a6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@635 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
868 B
XML
22 lines
868 B
XML
<sect2>
|
|
<title>Installation of lynx</title>
|
|
|
|
<para>Install lynx by running the following commands. If you don't have
|
|
openssl or zlib, miss out the <userinput>--with-ssl</userinput> or
|
|
<userinput>--with-zlib</userinput> part of the configure command as
|
|
appropriate.</para>
|
|
|
|
<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>
|
|
|
|
</sect2>
|
|
|