mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Added Additional downloads section to aspell instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2399 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d295e9287e
commit
c03da74e6d
@ -19,8 +19,9 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>aspell</application></title>
|
||||
|
||||
<para>The <application>aspell</application> package contains the aspell
|
||||
library, used to interface to spell checking libraries.</para>
|
||||
<para>The <application>aspell</application> package contains the
|
||||
<application>aspell</application> libraries, used to interface with spell
|
||||
checking libraries.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -35,6 +36,14 @@ url="&aspell-download-ftp;"/></para></listitem>
|
||||
&aspell-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional download(s)</title>
|
||||
<para>You'll need to download at least one dictionary. The link below will take
|
||||
you to a page containing links to dictionaries in many languages.</para>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>aspell dictionaries: <ulink
|
||||
url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
|
||||
</itemizedlist></sect3>
|
||||
|
||||
<sect3><title><application>aspell</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="which"/>
|
||||
@ -60,16 +69,13 @@ make install</command></userinput></screen>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para>After <application>Aspell</application> is installed, at least one
|
||||
dictionary needs to be set up. You can find them at
|
||||
<ulink url="http://aspell.net/"/>.</para>
|
||||
|
||||
<para>Install your dictionary or dictionaries by running the following
|
||||
<para>After <application>aspell</application> is installed, you must set up at
|
||||
least one dictionary. Install one or more dictionaries by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -18,6 +18,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>June 29th, 2004 [randy]: Added "Additional downloads" section
|
||||
to aspell instructions.</para></listitem>
|
||||
|
||||
<listitem><para>June 29th, 2004 [dj]: Removed duplicate dep in
|
||||
subversion.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user