source: general/genlib/enchant.xml@ 31bf432

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 31bf432 was 31bf432, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, libical-0.43 and minor ammendments to webkitgtk and enchant.

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

  • Property mode set to 100644
File size: 5.4 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 "http://www.abisource.com/downloads/enchant/&enchant-version;/enchant-&enchant-version;.tar.gz">
8 <!ENTITY enchant-download-ftp " ">
9 <!ENTITY enchant-md5sum "7dfaed14e142b4a0004b770c9568ed02">
10 <!ENTITY enchant-size "579 KB">
11 <!ENTITY enchant-buildsize "13 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 libaries.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&enchant-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&enchant-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &enchant-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &enchant-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &enchant-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &enchant-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">enchant Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="glib2"/></para>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para role="recommended"><xref linkend="aspell"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="dbus-glib"/>,
67 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>, and
68 <ulink url="http://voikko.sourceforge.net/">Voikko</ulink></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/enchant"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of enchant</title>
77
78 <para>Install <application>enchant</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=/usr &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="configuration">
93 <title>Configuring enchant</title>
94
95 <sect3 id="enchant-config">
96 <title>Config Files</title>
97 <para><filename>~/.enchant</filename> and
98 <filename>/usr/share/enchant/enchant.ordering</filename></para>
99
100 <indexterm zone="enchant enchant-config">
101 <primary sortas="e-AA.enchant">~/.enchant</primary>
102 </indexterm>
103
104 <indexterm zone="enchant enchant-config">
105 <primary
106 sortas="e-usr-share-enchant-enchant.ordering">/usr/share/enchant/enchant.ordering</primary>
107 </indexterm>
108 </sect3>
109
110 <sect3><title>Configuration Information</title>
111
112 <para>See more details in the enchant(1) manual page.</para>
113
114 </sect3>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>enchant and enchant-lsmod</seg>
128 <seg>libenchant.{so,a} and various backend libraries</seg>
129 <seg>/usr/{include/enchant,lib/enchant,share/enchant}</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="enchant-prog">
139 <term><command>enchant</command></term>
140 <listitem>
141 <para>is a spellchecker</para>
142 <indexterm zone="enchant enchant-prog">
143 <primary sortas="b-enchant">enchant</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="enchant-lsmod">
149 <term><command>enchant-lsmod</command></term>
150 <listitem>
151 <para>lists available backends, languages, and dictionaries.</para>
152 <indexterm zone="enchant enchant-lsmod">
153 <primary sortas="b-enchant-lsmod">enchant-lsmod</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libenchant">
159 <term><filename class='libraryfile'>libenchant.{so,a}</filename></term>
160 <listitem>
161 <para>contains spell checking interface API functions.</para>
162 <indexterm zone="enchant libenchant">
163 <primary sortas="c-libenchant">libenchant.{so,a}</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.