Fixed error.

This commit is contained in:
johns 2001-08-11 19:06:19 +00:00
parent 94a975839c
commit 9b6861c85c

View file

@ -410,14 +410,14 @@ You need FcGP, without this FcSP can't be used. Follow the above instructions.
<UL>
<LI>Get module from CVS. See above for instructions.
<LI>Link data directory from FcSP to FcGP. <I>ln -s fcgp/data fcsp/data</I>
<LI>>Enter CVS directory. <I>cd fcgp</I>
<LI>Enter CVS directory. <I>cd fcgp</I>
<LI>Build data tree. <I>make</I>
<LI>Test it. <I>../freecraft/freecraft</I>
</UL>
<H2>Building CraftED from CVS</H2>
Crafted uses autoconf and configure. To build from CVS use.<P>
CraftED uses autoconf and configure. To build from CVS use.<P>
./autogen.sh<BR>
make<BR>
@ -425,7 +425,7 @@ make<BR>
<H2>Building CraftED from tarball</H2>
Crafted uses autoconf and configure. To build from tarball distribution use.<P>
CraftED uses autoconf and configure. To build from tarball distribution use.<P>
./configure<BR>
make<BR>