mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
4fea592a56
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1021 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
510 B
XML
18 lines
510 B
XML
<sect2>
|
|
<title>Configuring <application>aspell</application></title>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para>After <application>Aspell</application> is installed at least one
|
|
dictionary needs to be installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
|
|
|
|
<para>Install your dictionary or dictionaries by running the following commands:</para>
|
|
<screen><userinput><command>./configure &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|