glfs/general/genlib/aspell/aspell-config.xml
Larry Lawrence 8a0cee4b60 part I, II, III, IV
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@839 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-09 22:30:49 +00:00

18 lines
450 B
XML

<sect2>
<title>Configuring aspell</title>
<sect3><title>Configuration Information</title>
<para>After Aspell 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>
<para><screen><userinput>./configure &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect3>
</sect2>