README 858 B

1234567891011121314151617181920212223242526272829303132
  1. Ragel State Machine Compiler -- README
  2. ======================================
  3. 1. Build Requirements
  4. ---------------------
  5. * Make
  6. * g++
  7. If you would like to modify Ragel and need to build Ragel's scanners and
  8. parsers from the specifications then set "build_parsers=yes" the DIST file and
  9. reconfigure. This variable is normally set to "no" in the distribution tarballs
  10. and "yes" in version control. You will need the following programs:
  11. * ragel (the most recent version)
  12. * kelbt (the most recent version)
  13. To build the user guide set "build_manual=yes" in the DIST file and
  14. reconfigure. You will need the following extra programs:
  15. * fig2dev
  16. * pdflatex
  17. 2. Compilation and Installation
  18. -------------------------------
  19. Ragel uses autoconf and automake.
  20. $ ./configure --prefix=PREFIX
  21. $ make
  22. $ make install