mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
86af98ab39
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3629 af4574ff-66df-0310-9fd7-8a98e5e911e0
75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!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">
|
|
<!ENTITY ispell-time "0.03 SBU">
|
|
]>
|
|
|
|
<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="ispell.html"?>
|
|
<title>ispell-&ispell-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>ispell</application></title>
|
|
|
|
<para>The <application>ispell</application> package contains a spell
|
|
checker that can handle international languages.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>ispell</application></title>
|
|
|
|
<para>The first step is to create <filename>local.h</filename>.</para>
|
|
|
|
<screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen>
|
|
|
|
<para>By default, <application>ispell</application> only installs an American
|
|
English dictionary. To set up other languages, check out the
|
|
<filename>config.X</filename> file for the #define entry to append to
|
|
<filename>local.h</filename>.</para>
|
|
|
|
<para>Compile and install <application>ispell</application> using the
|
|
following commands:</para>
|
|
|
|
<screen><userinput><command>make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>ispell</application> package contains the
|
|
<command>ispell</command> program used for spell checking.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|