source: basicnet/textweb/lynx.xml@ 872db717

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 872db717 was d6f100c, checked in by Randy McMurchy <randy@…>, 19 years ago

Added note about the test suite and minor change to the documentation path in the Lynx instructions

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

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[773c358]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[773c358]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">
[4a9b381]8 <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
[563441f]9 <!ENTITY lynx-md5sum "d1e5134e5d175f913c16cb6768bc30eb">
[c0c53745]10 <!ENTITY lynx-size "2.2 MB">
[520d0fe]11 <!ENTITY lynx-buildsize "25 MB">
[d6f100c]12 <!ENTITY lynx-time "0.5 SBU">
[773c358]13]>
14
[377584f]15<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
[f9a9bb3e]16 <?dbhtml filename="lynx.html"?>
[50b8d8b]17
[f9a9bb3e]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[f9a9bb3e]23 <title>Lynx-&lynx-version;</title>
[50b8d8b]24
[f9a9bb3e]25 <indexterm zone="lynx">
26 <primary sortas="a-Lynx">Lynx</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Lynx</title>
[50b8d8b]31
[f9a9bb3e]32 <para><application>Lynx</application> is a text based web browser.</para>
[50b8d8b]33
[f9a9bb3e]34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&lynx-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&lynx-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &lynx-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &lynx-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &lynx-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &lynx-time;</para>
53 </listitem>
54 </itemizedlist>
[50b8d8b]55
[f9a9bb3e]56 <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
[50b8d8b]57
[f9a9bb3e]58 <bridgehead renderas="sect4">Optional</bridgehead>
59 <para><xref linkend="openssl"/> or
60 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
61 needs <ulink
[50b8d8b]62 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
[1065a91]63 then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
64 <ulink url="../server/mail.html">MTA</ulink>,
65 <xref linkend="zip"/>, <xref linkend="unzip"/>,
[f9a9bb3e]66 <xref linkend="slang"/>, <ulink
67 url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
[1065a91]68 ncompress</ulink> and
[f9a9bb3e]69 <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
[50b8d8b]70
[f9a9bb3e]71 </sect2>
[50b8d8b]72
[f9a9bb3e]73 <sect2 role="installation">
74 <title>Installation of Lynx</title>
75
[1065a91]76 <para>Install <application>Lynx</application> by running the following
[f9a9bb3e]77 commands:</para>
78
79<screen><userinput>./configure --prefix=/usr --libdir=/etc \
[f72c5ad]80 --with-zlib --with-bzlib &amp;&amp;
[f9a9bb3e]81make</userinput></screen>
[50b8d8b]82
[d6f100c]83 <para>This package does not come with a test suite.</para>
84
[f9a9bb3e]85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[520d0fe]86
[f9a9bb3e]87<screen role='root'><userinput>make install &amp;&amp;
[d6f100c]88make docdir=/usr/share/doc/lynx-&lynx-version;/doc \
89 helpdir=/usr/share/doc/lynx-&lynx-version;/help install-doc &amp;&amp;
90make docdir=/usr/share/doc/lynx-&lynx-version;/doc \
91 helpdir=/usr/share/doc/lynx-&lynx-version;/help install-help &amp;&amp;
92chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc</userinput></screen>
[50b8d8b]93
[f9a9bb3e]94 </sect2>
[50b8d8b]95
[f9a9bb3e]96 <sect2 role="commands">
97 <title>Command Explanations</title>
[50b8d8b]98
[f9a9bb3e]99 <para><parameter>--libdir=/etc</parameter>: For some reason, the
[1065a91]100 <command>configure</command> and <command>make</command> routine for
[f9a9bb3e]101 <application>Lynx</application> uses <option>libdir</option> as the prefix for the
[50b8d8b]102 configuration file. This is set to <filename class="directory">/etc</filename>
[1065a91]103 so that the system wide configuration file is
[f9a9bb3e]104 <filename>/etc/lynx.cfg</filename>.</para>
[50b8d8b]105
[f9a9bb3e]106 <para><parameter>--with-zlib</parameter>: This enables support for
[1065a91]107 linking <filename class="libraryfile">libz</filename> into
[f9a9bb3e]108 <application>Lynx</application>.</para>
[50b8d8b]109
[f9a9bb3e]110 <para><parameter>--with-bzlib</parameter>: This enables support for
[1065a91]111 linking <filename class="libraryfile">libbz2</filename> into
[f9a9bb3e]112 <application>Lynx</application>.</para>
[50b8d8b]113
[f9a9bb3e]114 <para><parameter>docdir=... helpdir=...</parameter>: These
115 variables are set to avoid getting the help and documentation files installed
116 under <filename class="directory">/etc</filename>.</para>
[50b8d8b]117
[f9a9bb3e]118 <para><option>--with-ssl</option>: This enables support for
[4edfbea9]119 linking SSL into <application>Lynx</application>.</para>
[50b8d8b]120
[f9a9bb3e]121 <para><option>--with-gnutls</option>: This enables support for
[1065a91]122 linking <application>GnuTLS</application> into
[f9a9bb3e]123 <application>Lynx</application>.</para>
[50b8d8b]124
[823b1a3]125 <para><command>chgrp -v -R root
[d6f100c]126 /usr/share/doc/lynx-&lynx-version;/doc</command>:
[1065a91]127 This command corrects the improper group ownership of installed documentation
[f9a9bb3e]128 files caused if <application>Lynx</application> is built by any user other
129 than <systemitem class="username">root</systemitem>.</para>
[50b8d8b]130
[f9a9bb3e]131 </sect2>
[50b8d8b]132
[f9a9bb3e]133 <sect2 role="configuration">
134 <title>Configuring Lynx</title>
135
136 <sect3 id="lynx-config">
137 <title>Config Files</title>
[50b8d8b]138
[f9a9bb3e]139 <para><filename>/etc/lynx.cfg</filename></para>
[50b8d8b]140
[f9a9bb3e]141 <indexterm zone="lynx lynx-config">
142 <primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary>
143 </indexterm>
[50b8d8b]144
[f9a9bb3e]145 </sect3>
[50b8d8b]146
[f9a9bb3e]147 <sect3>
148 <title>Configuration Information</title>
[50b8d8b]149
[f9a9bb3e]150 <para>Various settings such as proxies can be set in the system-wide
[1065a91]151 <filename>lynx.cfg</filename> file found in
[f9a9bb3e]152 <filename class="directory">/etc</filename>.</para>
[50b8d8b]153
[f9a9bb3e]154 </sect3>
[50b8d8b]155
[f9a9bb3e]156 </sect2>
[50b8d8b]157
[f9a9bb3e]158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Program</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directory</segtitle>
[50b8d8b]165
[f9a9bb3e]166 <seglistitem>
167 <seg>lynx</seg>
168 <seg>None</seg>
[d6f100c]169 <seg>/usr/share/doc/lynx-&lynx-version;</seg>
[f9a9bb3e]170 </seglistitem>
171 </segmentedlist>
[50b8d8b]172
[f9a9bb3e]173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
[50b8d8b]177
[f9a9bb3e]178 <varlistentry id="lynx-prog">
179 <term><command>lynx</command></term>
180 <listitem>
[1065a91]181 <para>is a general purpose, text-based, distributed information
[f9a9bb3e]182 browser for the World Wide Web.</para>
183 <indexterm zone="lynx lynx-prog">
184 <primary sortas="b-lynx">lynx</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
[50b8d8b]188
[f9a9bb3e]189 </variablelist>
190
191 </sect2>
[f45b1953]192
193</sect1>
Note: See TracBrowser for help on using the repository browser.