Building Persephoneby Group Public on Friday August 15 2008 @ 11:19:13 (1/1 Points) |
|
| Configuration ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
First you need to get the current code from Google code↗:
svn checkout http://perseph.googlecode.com/svn/trunk/ perseph-read-only
Now you should just be able to type:
make
This will first run autoconf and check that you have all the necessary programs installed. Currently ANTLR is included in the package, but once version 3 stabilizes a bit we'll use the standard package.
If you're convinced you have everything and our configure script is simply wrong you can bypass config and build the parser directly.
make parser
Then everything will be made for you.
You may wish to refer to Testing Persephone→ if you wish to work with the PHP examples or alter the code.
Otherwise you may not proceed to Using Persephone→.
Persephone Building Persephone
