source: general/genlib/enchant.xml@ 0f124fa

11.0 11.1 11.2 11.3 12.0 12.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 0f124fa was 0f124fa, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to enchant-2.3.0
Update to unrar-6.0.7
Correct my previous commit in bluez
Mercurial: VIM uses Git now, so update the description

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