mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
eeb3bd3d81
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1809 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
600 B
XML
16 lines
600 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-zlib &&
|
|
make &&
|
|
make install &&
|
|
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
|
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &&
|
|
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
|
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help</command></userinput></screen>
|
|
|
|
</sect2>
|