glfs/general/genlib/ispell/ispell-inst.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

19 lines
702 B
XML

<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 &amp;&amp;
make install</command></userinput></screen>
</sect2>