source: general/genlib/ispell.xml@ 4e4b22b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 4e4b22b was 4c288b0, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in various Chapter 8 package instructions; substituted 'regular user' with 'unprivileged user' where appropriate

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2">
8 <!ENTITY ispell-download-ftp " ">
9 <!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f">
10 <!ENTITY ispell-size "1.2 MB">
11 <!ENTITY ispell-buildsize "11 MB">
12 <!ENTITY ispell-time "less than 0.1 SBU">
13]>
14
15<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
16 <?dbhtml filename="ispell.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Ispell-&ispell-version;</title>
24
25 <indexterm zone="ispell">
26 <primary sortas="a-Ispell">Ispell</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Ispell</title>
31
32 <para>The <application>ispell</application> package contains a spell
33 checker that can handle international languages.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&ispell-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &ispell-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &ispell-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &ispell-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &ispell-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 </sect2>
58
59 <sect2 role="installation">
60 <title>Installation of Ispell</title>
61
62 <para>The first step is to create <filename>local.h</filename>.</para>
63
64<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
65 local.h.linux > local.h</userinput></screen>
66
67 <para>By default, <application>ispell</application> only installs an American
68 English dictionary. To set up other languages, check out the
69 <filename>config.X</filename> file for the #define entry to append to
70 <filename>local.h</filename>.</para>
71
72 <para>Build <application>ispell</application> using the
73 following commands:</para>
74
75<screen><userinput>make</userinput></screen>
76
77 <para>To test the build, issue: <command>make test</command>.</para>
78
79 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
80
81<screen><userinput>make install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
89 local.h.linux > local.h</command>: This command corrects the
90 installation directories of the package.</para>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Program</segtitle>
99 <segtitle>Installed Libraries</segtitle>
100 <segtitle>Installed Directory</segtitle>
101
102 <seglistitem>
103 <seg>ispell</seg>
104 <seg>None</seg>
105 <seg>/usr/share/ispell</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="ispell-prog">
115 <term><command>ispell</command></term>
116 <listitem>
117 <para>is used for spell checking.</para>
118 <indexterm zone="ispell ispell-prog">
119 <primary sortas="b-ispell">ispell</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123
124 </variablelist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.