glfs/general/genlib/aspell/aspell-inst.xml
Larry Lawrence 74696d94b4 add aspell patch, implimented patch-root
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1162 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-22 13:35:18 +00:00

13 lines
357 B
XML

<sect2>
<title>Installation of <application>aspell</application></title>
<para>Install <application>aspell</application> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../aspell-0.50.3-gcc33-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>