mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
a8d6ef3ada
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
702 B
XML
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 &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|