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 "http://www.abisource.com/downloads/enchant/&enchant-version;/enchant-&enchant-version;.tar.gz">
|
---|
8 | <!ENTITY enchant-download-ftp "ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/enchant-&enchant-version;.tar.gz">
|
---|
9 | <!ENTITY enchant-md5sum "de11011aff801dc61042828041fb59c7">
|
---|
10 | <!ENTITY enchant-size "593 KB">
|
---|
11 | <!ENTITY enchant-buildsize "17 MB">
|
---|
12 | <!ENTITY enchant-time "0.3 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 | &lfs76_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.sourceforge.net/">Hunspell</ulink>, and
|
---|
71 | <ulink url="http://voikko.sourceforge.net/">Voikko</ulink></para>
|
---|
72 |
|
---|
73 | <para condition="html" role="usernotes">User Notes:
|
---|
74 | <ulink url="&blfs-wiki;/enchant"/></para>
|
---|
75 |
|
---|
76 | </sect2>
|
---|
77 |
|
---|
78 | <sect2 role="installation">
|
---|
79 | <title>Installation of enchant</title>
|
---|
80 |
|
---|
81 | <para>Install <application>enchant</application> by running the following
|
---|
82 | commands:</para>
|
---|
83 |
|
---|
84 | <screen><userinput>./configure --prefix=/usr --disable-static &&
|
---|
85 | make</userinput></screen>
|
---|
86 |
|
---|
87 | <para>This package does not come with a test suite.</para>
|
---|
88 |
|
---|
89 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
90 |
|
---|
91 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
92 |
|
---|
93 | </sect2>
|
---|
94 |
|
---|
95 | <sect2 role="commands">
|
---|
96 | <title>Command Explanations</title>
|
---|
97 |
|
---|
98 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
99 | href="../../xincludes/static-libraries.xml"/>
|
---|
100 |
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | <sect2 role="configuration">
|
---|
104 | <title>Configuring enchant</title>
|
---|
105 |
|
---|
106 | <sect3 id="enchant-config">
|
---|
107 | <title>Config Files</title>
|
---|
108 | <para><filename>~/.enchant</filename> and
|
---|
109 | <filename>/usr/share/enchant/enchant.ordering</filename></para>
|
---|
110 |
|
---|
111 | <indexterm zone="enchant enchant-config">
|
---|
112 | <primary sortas="e-AA.enchant">~/.enchant</primary>
|
---|
113 | </indexterm>
|
---|
114 |
|
---|
115 | <indexterm zone="enchant enchant-config">
|
---|
116 | <primary
|
---|
117 | sortas="e-usr-share-enchant-enchant.ordering">/usr/share/enchant/enchant.ordering</primary>
|
---|
118 | </indexterm>
|
---|
119 | </sect3>
|
---|
120 |
|
---|
121 | <sect3><title>Configuration Information</title>
|
---|
122 |
|
---|
123 | <para>See more details in the enchant(1) manual page.</para>
|
---|
124 |
|
---|
125 | </sect3>
|
---|
126 |
|
---|
127 | </sect2>
|
---|
128 |
|
---|
129 | <sect2 role="content">
|
---|
130 | <title>Contents</title>
|
---|
131 |
|
---|
132 | <segmentedlist>
|
---|
133 | <segtitle>Installed Programs</segtitle>
|
---|
134 | <segtitle>Installed Libraries</segtitle>
|
---|
135 | <segtitle>Installed Directories</segtitle>
|
---|
136 |
|
---|
137 | <seglistitem>
|
---|
138 | <seg>enchant and enchant-lsmod</seg>
|
---|
139 | <seg>libenchant.so</seg>
|
---|
140 | <seg>/usr/include/enchant, /usr/lib/enchant, and
|
---|
141 | /usr/share/enchant</seg>
|
---|
142 | </seglistitem>
|
---|
143 | </segmentedlist>
|
---|
144 |
|
---|
145 | <variablelist>
|
---|
146 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
147 | <?dbfo list-presentation="list"?>
|
---|
148 | <?dbhtml list-presentation="table"?>
|
---|
149 |
|
---|
150 | <varlistentry id="enchant-prog">
|
---|
151 | <term><command>enchant</command></term>
|
---|
152 | <listitem>
|
---|
153 | <para>is a spellchecker</para>
|
---|
154 | <indexterm zone="enchant enchant-prog">
|
---|
155 | <primary sortas="b-enchant">enchant</primary>
|
---|
156 | </indexterm>
|
---|
157 | </listitem>
|
---|
158 | </varlistentry>
|
---|
159 |
|
---|
160 | <varlistentry id="enchant-lsmod">
|
---|
161 | <term><command>enchant-lsmod</command></term>
|
---|
162 | <listitem>
|
---|
163 | <para>lists available backends, languages, and dictionaries.</para>
|
---|
164 | <indexterm zone="enchant enchant-lsmod">
|
---|
165 | <primary sortas="b-enchant-lsmod">enchant-lsmod</primary>
|
---|
166 | </indexterm>
|
---|
167 | </listitem>
|
---|
168 | </varlistentry>
|
---|
169 |
|
---|
170 | <varlistentry id="libenchant">
|
---|
171 | <term><filename class='libraryfile'>libenchant.so</filename></term>
|
---|
172 | <listitem>
|
---|
173 | <para>contains spell checking interface API functions.</para>
|
---|
174 | <indexterm zone="enchant libenchant">
|
---|
175 | <primary sortas="c-libenchant">libenchant.so</primary>
|
---|
176 | </indexterm>
|
---|
177 | </listitem>
|
---|
178 | </varlistentry>
|
---|
179 |
|
---|
180 | </variablelist>
|
---|
181 |
|
---|
182 | </sect2>
|
---|
183 |
|
---|
184 | </sect1>
|
---|