glfs/general/genlib/aspell/aspell-config.xml
Bruce Dubbs a8d6ef3ada More grammer
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-30 20:07:13 +00:00

18 lines
508 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 set up. 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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect3>
</sect2>