source: basicnet/textweb/links.xml@ c05a751

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 c05a751 was 062c85f8, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update to Links-2.1pre21

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[a8e70676]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
[062c85f8]7 <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
8 <!ENTITY links-download-ftp " ">
9 <!ENTITY links-md5sum "7687e2c32e337e11c6e9d8cd8c5202c9">
[221f76c]10 <!ENTITY links-size "3.7 MB">
[062c85f8]11 <!ENTITY links-buildsize "20.4 MB">
12 <!ENTITY links-time "0.3 SBU">
[773c358]13]>
14
[67b459c]15<sect1 id="Links" xreflabel="Links-&Links-version;">
[a8e70676]16 <?dbhtml filename="links.html"?>
[50b8d8b]17
[a8e70676]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">links-&Links-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">links</keyword>
[4dbbf634]24 </keywordset>
[a8e70676]25 </sect1info>
[50b8d8b]26
[a8e70676]27 <title>Links-&Links-version;</title>
[50b8d8b]28
[a8e70676]29 <indexterm zone="Links">
30 <primary sortas="a-Links">Links</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Links</title>
35
36 <para><application>Links</application> is a text and graphics mode
[1065a91]37 WWW browser. It includes support for rendering
38 tables and frames, features background downloads, can display colors
[a8e70676]39 and has many other features.</para>
[50b8d8b]40
[a8e70676]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &links-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &links-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &links-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &links-time;</para>
60 </listitem>
61 </itemizedlist>
[50b8d8b]62
[a8e70676]63 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
[50b8d8b]64
[a8e70676]65 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]66 <para role="optional"><xref linkend="gpm"/>,
[1065a91]67 <xref linkend="openssl"/>,
68 <xref linkend="libpng"/>,
69 <xref linkend="libjpeg"/>,
70 <xref linkend="libtiff"/>,
[221f76c]71 <xref linkend="sdl"/>,
[1065a91]72 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
[e77976f]73 <ulink url="http://www.directfb.org/">DirectFB</ulink>, and
74 <xref linkend="x-window-system"/></para>
[50b8d8b]75
[061ec9d]76 <para condition="html" role="usernotes">User Notes:
[6c42d4e]77 <ulink url="&blfs-wiki;/LinksBrowser"/></para>
[061ec9d]78
[a8e70676]79 </sect2>
[50b8d8b]80
[a8e70676]81 <sect2 role="installation">
82 <title>Installation of Links</title>
83
[1065a91]84 <para>Install <application>Links</application> by running the following
[a8e70676]85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
[062c85f8]88make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</userinput></screen>
[221f76c]89
[c383721]90 <para>This package does not come with a test suite.</para>
91
[221f76c]92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role='root'><userinput>make install</userinput></screen>
[50b8d8b]95
[a8e70676]96 </sect2>
[50b8d8b]97
[a8e70676]98 <sect2 role="commands">
99 <title>Command Explanations</title>
[50b8d8b]100
[062c85f8]101 <para><parameter>CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</parameter>:
102 Disable printing of many warnings about mismatched signs in parameter
103 passing and comparison operations during compilation.</para>
104
[1065a91]105 <para><option>--enable-graphics</option>: Add this switch if you want to
[a8e70676]106 use <application>Links</application> in graphics mode. You will either
[1065a91]107 need to install the <application>X</application> Window System or enable
[a8e70676]108 frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
[50b8d8b]109
[a8e70676]110 </sect2>
[50b8d8b]111
[a8e70676]112 <sect2 role="configuration">
[463bc80c]113 <title>Configuring Links</title>
[50b8d8b]114
[a8e70676]115 <sect3 id="links-config">
116 <title>Config Files</title>
[50b8d8b]117
[a8e70676]118 <para><filename>~/.links/*</filename></para>
[50b8d8b]119
[a8e70676]120 <indexterm zone="Links links-config">
121 <primary sortas="e-AA.links/*">~/.links/*</primary>
122 </indexterm>
[50b8d8b]123
[a8e70676]124 </sect3>
[50b8d8b]125
[a8e70676]126 <sect3>
127 <title>Configuration Information</title>
128
[1065a91]129 <para><application>Links</application> stores its configuration in per-user
130 files in the <filename class="directory">~/.links</filename> directory. These
[a8e70676]131 files are created automatically when <command>links</command> is run for the
132 first time.</para>
[50b8d8b]133
[a8e70676]134 </sect3>
[50b8d8b]135
[a8e70676]136 </sect2>
[50b8d8b]137
[a8e70676]138 <sect2 role="content">
139 <title>Contents</title>
[50b8d8b]140
[a8e70676]141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
[50b8d8b]145
[a8e70676]146 <seglistitem>
147 <seg>links</seg>
148 <seg>None</seg>
[11c0df9]149 <seg>None</seg>
[a8e70676]150 </seglistitem>
151 </segmentedlist>
[50b8d8b]152
[a8e70676]153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
[50b8d8b]157
[a8e70676]158 <varlistentry id="links">
[0f0ee329]159 <term><command>links</command></term>
[a8e70676]160 <listitem>
161 <para>is a text and graphics mode WWW browser.</para>
162 <indexterm zone="Links links">
163 <primary sortas="b-links">links</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
[50b8d8b]167
[a8e70676]168 </variablelist>
[50b8d8b]169
[a8e70676]170 </sect2>
[50b8d8b]171
[f45b1953]172</sect1>
Note: See TracBrowser for help on using the repository browser.