glfs/general/genlib/ispell/ispell-inst.xml
Tushar Teredesai d8eed9a5bf Synced gcc-2.95.3 with LFS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1139 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-20 23:03:02 +00:00

19 lines
693 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 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>