Fixed error.
This commit is contained in:
parent
94a975839c
commit
9b6861c85c
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue