-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (20 loc) · 838 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Ragel State Machine Compiler -- README
======================================
REQUIRED DEPENDENCIES
---------------------
Colm is a mandatory dependency.
http://www.colm.net/files/colm/colm-0.13.0.3.tar.gz
Either install this to your path or configure the location using
--with-colm=DEST and pass it the prefix colm was installed to.
OPTIONAL DEPENDENCIES
---------------------
Get these if you want to build ragel with the original parser (as it exists in
ragel 6).
http://www.colm.net/files/ragel/ragel-6.9.tar.gz
http://www.colm.net/files/kelbt/kelbt-0.16.tar.gz
Install them to your path, or configure ragel with:
--with-{ragel,kelbt}=DEST
To build the user guide, pass "--enable-manual=yes" to the configure script.
You will need the following programs.
* asciidoc
* fig2dev