glfs/general/genlib/ispell/ispell-inst.xml

19 lines
693 B
XML
Raw Normal View History

<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 American
English dictinoary. To install other languages, check out the <filename>config.X</filename> file
for the define 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>