2003-09-21 05:50:08 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>ispell</application></title>
|
|
|
|
|
2003-09-21 07:03:02 +08:00
|
|
|
<para>The first step is to create <filename>local.h</filename>.</para>
|
2003-09-21 05:50:08 +08:00
|
|
|
|
|
|
|
<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
|
2003-09-21 07:03:02 +08:00
|
|
|
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>
|
2003-09-21 05:50:08 +08:00
|
|
|
|
|
|
|
<para>Compile and install <application>ispell</application> using the
|
|
|
|
following commands:</para>
|
|
|
|
<screen><userinput><command>make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|