2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2006-04-27 18:48:30 +08:00
|
|
|
<!-- Inserted as a reminder to do this. The mention of a test suite
|
|
|
|
is usually right before the root user installation commands. Please
|
|
|
|
delete these 12 (including one blank) lines after you are done.-->
|
|
|
|
|
|
|
|
<!-- Use one of the two mentions below about a test suite,
|
|
|
|
delete the line that is not applicable. Of course, if the
|
|
|
|
test suite uses syntax other than "make check", revise the
|
|
|
|
line to reflect the actual syntax to run the test suite -->
|
|
|
|
|
|
|
|
<!-- <para>This package does not come with a test suite.</para> -->
|
|
|
|
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2">
|
|
|
|
<!ENTITY ispell-download-ftp " ">
|
|
|
|
<!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f">
|
|
|
|
<!ENTITY ispell-size "1.2 MB">
|
|
|
|
<!ENTITY ispell-buildsize "11 MB">
|
2005-06-13 09:12:45 +08:00
|
|
|
<!ENTITY ispell-time "less than 0.1 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2007-02-15 01:41:56 +08:00
|
|
|
<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
|
2005-05-01 18:39:10 +08:00
|
|
|
<?dbhtml filename="ispell.html"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<sect1info>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<title>Ispell-&ispell-version;</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<indexterm zone="ispell">
|
|
|
|
<primary sortas="a-Ispell">Ispell</primary>
|
|
|
|
</indexterm>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Ispell</title>
|
|
|
|
|
|
|
|
<para>The <application>ispell</application> package contains a spell
|
|
|
|
checker that can handle international languages.</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&ispell-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &ispell-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &ispell-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &ispell-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &ispell-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/ispell"/></para>
|
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Ispell</title>
|
|
|
|
|
|
|
|
<para>The first step is to create <filename>local.h</filename>.</para>
|
|
|
|
|
2005-06-13 09:12:45 +08:00
|
|
|
<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
|
|
|
|
local.h.linux > local.h</userinput></screen>
|
2005-05-01 18:39:10 +08:00
|
|
|
|
|
|
|
<para>By default, <application>ispell</application> only installs an American
|
2005-05-31 05:33:35 +08:00
|
|
|
English dictionary. To set up other languages, check out the
|
|
|
|
<filename>config.X</filename> file for the #define entry to append to
|
2005-05-01 18:39:10 +08:00
|
|
|
<filename>local.h</filename>.</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-06-13 09:12:45 +08:00
|
|
|
<para>Build <application>ispell</application> using the
|
2005-05-01 18:39:10 +08:00
|
|
|
following commands:</para>
|
|
|
|
|
2005-06-13 09:12:45 +08:00
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
|
|
|
<para>To test the build, issue: <command>make test</command>.</para>
|
|
|
|
|
2005-07-27 04:39:59 +08:00
|
|
|
<para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
|
2005-06-13 09:12:45 +08:00
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2005-11-30 03:07:13 +08:00
|
|
|
<para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
|
|
|
|
local.h.linux > local.h</command>: This command corrects the
|
2005-06-13 09:12:45 +08:00
|
|
|
installation directories of the package.</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2005-07-28 00:35:22 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<seglistitem>
|
|
|
|
<seg>ispell</seg>
|
|
|
|
<seg>None</seg>
|
2005-06-13 09:12:45 +08:00
|
|
|
<seg>/usr/share/ispell</seg>
|
2005-05-01 18:39:10 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
<varlistentry id="ispell-prog">
|
|
|
|
<term><command>ispell</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is used for spell checking.</para>
|
|
|
|
<indexterm zone="ispell ispell-prog">
|
|
|
|
<primary sortas="b-ispell">ispell</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
</variablelist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:39:10 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2003-09-21 05:50:08 +08:00
|
|
|
</sect1>
|