2 Ragel State Machine Compiler -- README
3 ======================================
11 If you would like to modify Ragel and need to build Ragel's scanners and
12 parsers from the specifications then set "build_parsers=yes" the DIST file and
13 reconfigure. This variable is normally set to "no" in the distribution tarballs
14 and "yes" in version control. You will need the following programs:
16 * ragel (the most recent version)
17 * kelbt (the most recent version)
19 To build the user guide set "build_manual=yes" in the DIST file and
20 reconfigure. You will need the following extra programs:
25 2. Compilation and Installation
26 -------------------------------
28 Ragel uses autoconf and automake.
30 $ ./configure --prefix=PREFIX