source: basicnet/textweb/lynx.xml@ f72c5ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f72c5ad was f72c5ad, checked in by Igor Živković <igor@…>, 20 years ago

Added --with-bzlib switch to Lynx.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2453 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
8 <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
9 <!ENTITY lynx-size "2.2 MB">
10 <!ENTITY lynx-buildsize "21 MB">
11 <!ENTITY lynx-time "0.45 SBU">
12]>
13
14<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
15<?dbhtml filename="lynx.html"?>
16<title>Lynx-&lynx-version;</title>
17
18<sect2>
19<title>Introduction to <application>Lynx</application></title>
20
21<para><application>Lynx</application> is a text based web browser.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink
26url="&lynx-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink
28url="&lynx-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &lynx-size;</para></listitem>
30<listitem><para>Estimated Disk space required:
31&lynx-buildsize;</para></listitem>
32<listitem><para>Estimated build time:
33&lynx-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title><application>Lynx</application> dependencies</title>
37<sect4><title>Optional</title>
38<para><xref linkend="openssl"/> or
39<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
40needs <ulink
41url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
42<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
43<ulink
44url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
45in that order), <ulink url="../server/mail.html">MTA</ulink>,
46<xref linkend="zip"/> and <xref linkend="unzip"/>
47</para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>Lynx</application></title>
54
55<para>Install <application>Lynx</application> by running the following commands:
56</para>
57
58<screen><userinput><command>./configure --prefix=/usr --libdir=/etc \
59 --with-zlib --with-bzlib &amp;&amp;
60make &amp;&amp;
61make install &amp;&amp;
62make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
63 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &amp;&amp;
64make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
65 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para><parameter>--libdir=/etc</parameter>: For some reason, the
73<command>configure</command> and <command>make</command> routine for
74<application>Lynx</application> uses libdir as the prefix for the
75configuration file. This is set to <filename class="directory">/etc</filename>
76so that the system wide configuration file is
77<filename>/etc/lynx.cfg</filename>.</para>
78
79<para><option>--with-zlib</option>: This enables support for
80linking <application>libz</application> into
81<application>Lynx</application>.</para>
82
83<para><option>--with-bzlib</option>: This enables support for
84linking <application>libbz2</application> into
85<application>Lynx</application>.</para>
86
87<para><parameter>docdir=... helpdir=...</parameter>: These
88variables are set to avoid getting the help and documentation files installed
89under <filename class="directory">/etc</filename>.</para>
90
91<para><option>--with-ssl</option>: This enables support for
92linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
93
94<para><option>--with-gnutls</option>: This enables support for
95linking <application>Gnu<acronym>TLS</acronym></application> into
96<application>Lynx</application>.</para>
97
98</sect2>
99
100<sect2>
101<title>Configuring <application>Lynx</application></title>
102
103<sect3><title>Config files</title>
104<para><filename>/etc/lynx.cfg</filename></para>
105</sect3>
106
107<sect3><title>Configuration Information</title>
108
109<para>Various settings such as proxies can be set in the system-wide
110<filename>lynx.cfg</filename> file found in
111<filename class="directory">/etc</filename>.</para>
112</sect3>
113
114</sect2>
115
116<sect2>
117<title>Contents</title>
118
119<para>The <application>Lynx</application> package contains
120<command>lynx</command>.</para>
121
122</sect2>
123
124<sect2><title>Description</title>
125
126<sect3><title>lynx</title>
127<para><command>lynx</command> is a general purpose, text-based, distributed
128information browser for the World Wide Web.</para></sect3>
129
130</sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.