source: general/genlib/enchant.xml@ 3b9ea00

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b9ea00 was 3b9ea00, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to WebKitGTK+-2.24.3
Update to enchant-2.2.5
Update to evolution-3.32.3
Seahorse: Add dependency on libpwquality

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

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
8 <!ENTITY enchant-download-ftp " ">
9 <!ENTITY enchant-md5sum "0344871b4770c4f9f549b05734881f4e">
10 <!ENTITY enchant-size "932 KB">
11 <!ENTITY enchant-buildsize "7.4 MB">
12 <!ENTITY enchant-time "0.2 SBU">
13]>
14
15<sect1 id="enchant" xreflabel="enchant-&enchant-version;">
16 <?dbhtml filename="enchant.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>enchant-&enchant-version;</title>
24
25 <indexterm zone="enchant">
26 <primary sortas="a-enchant">enchant</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to enchant</title>
31
32 <para>The <application>enchant</application> package provide a generic
33 interface into various existing spell checking libraries.</para>
34
35 &lfs84_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&enchant-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&enchant-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &enchant-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &enchant-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &enchant-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &enchant-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">enchant Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="glib2"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="aspell"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="dbus-glib"/>,
69 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>,
70 <ulink url="http://hunspell.github.io/">Hunspell</ulink>,
71 <ulink url="http://hunspell.github.io/">Voikko</ulink>, and
72 <ulink url="https://github.com/unittest-cpp/unittest-cpp/releases">unittest-cpp</ulink> (required for tests)</para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/enchant"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of enchant</title>
81
82 <para>Install <application>enchant</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
86make</userinput></screen>
87
88 <para>To run tests, unittest-cpp must be installed and the
89 --enable-relocatable option passed to configure above. If these
90 conditions are present, the tests may be run with <command>make
91 check</command>.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96rm -rf /usr/include/enchant &amp;&amp;
97ln -sfv enchant-2 /usr/include/enchant &amp;&amp;
98ln -sfv enchant-2 /usr/bin/enchant &amp;&amp;
99ln -sfv libenchant-2.so /usr/lib/libenchant.so &amp;&amp;
100ln -sfv enchant-2.pc /usr/lib/pkgconfig/enchant.pc</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/static-libraries.xml"/>
109
110 <para>
111 <command>rm -rf /usr/include/enchant</command>;
112 <command>ln -sfn ...</command>: Create symlinks for this package
113 version so that other other packages can find it using the old name.
114 </para>
115
116 </sect2>
117
118 <sect2 role="configuration">
119 <title>Configuring enchant</title>
120
121 <sect3 id="enchant-config">
122 <title>Config Files</title>
123 <para><filename>~/.enchant</filename> and
124 <filename>/usr/share/enchant/enchant.ordering</filename></para>
125
126 <indexterm zone="enchant enchant-config">
127 <primary sortas="e-AA.enchant">~/.enchant</primary>
128 </indexterm>
129
130 <indexterm zone="enchant enchant-config">
131 <primary
132 sortas="e-usr-share-enchant-enchant.ordering">/usr/share/enchant/enchant.ordering</primary>
133 </indexterm>
134 </sect3>
135
136 <sect3><title>Configuration Information</title>
137<!--
138 Looks like this is not required when installing enchant in the flavor
139 we do above. Leaving it in source (for a while) in case I'm wrong and
140 it needs to be restored.
141 <para>
142 If you wish to use the <xref linkend="aspell"/> backend, create a
143 symlink, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>ln -svfn ../../lib/aspell /usr/share/enchant/aspell</userinput></screen>
147-->
148 <para>
149 You can test your installation and configuration by creating a test
150 file and running the commands in the following (you can replace the
151 en_GB dictionary by any other downloaded when installing <xref
152 linkend="aspell"/>):
153 </para>
154
155<screen><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF"
156<literal>Tel me more abot linux
157Ther ar so many commads</literal>
158EOF
159
160enchant -d en_GB -l /tmp/test-enchant.txt &amp;&amp;
161enchant -d en_GB -a /tmp/test-enchant.txt</userinput></screen>
162
163 <para>
164 You will see a list of the misspelled words followed by a list of
165 alternatives for them.
166 </para>
167
168 <para>
169 See more details in the enchant manual page.
170 </para>
171
172 </sect3>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>enchant and enchant-lsmod-2</seg>
186 <seg>libenchant.so and various backend libraries</seg>
187 <seg>/usr/{include,lib,share}/enchant-2</seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="enchant-prog">
197 <term><command>enchant</command></term>
198 <listitem>
199 <para>is a spellchecker</para>
200 <indexterm zone="enchant enchant-prog">
201 <primary sortas="b-enchant">enchant</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="enchant-lsmod-2">
207 <term><command>enchant-lsmod-2</command></term>
208 <listitem>
209 <para>lists available backends, languages, and dictionaries.</para>
210 <indexterm zone="enchant enchant-lsmod-2">
211 <primary sortas="b-enchant-lsmod-2">enchant-lsmod-2</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="libenchant">
217 <term><filename class='libraryfile'>libenchant.so</filename></term>
218 <listitem>
219 <para>contains spell checking interface API functions.</para>
220 <indexterm zone="enchant libenchant">
221 <primary sortas="c-libenchant">libenchant.{so,a}</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.