diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/ragel6/README | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/ragel6/README')
-rw-r--r-- | contrib/tools/ragel6/README | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/contrib/tools/ragel6/README b/contrib/tools/ragel6/README index 214b96aae4..d05b863e26 100644 --- a/contrib/tools/ragel6/README +++ b/contrib/tools/ragel6/README @@ -1,32 +1,32 @@ - - Ragel State Machine Compiler -- README - ====================================== - -1. Build Requirements ---------------------- - - * Make - * g++ - -If you would like to modify Ragel and need to build Ragel's scanners and -parsers from the specifications then set "build_parsers=yes" the DIST file and -reconfigure. This variable is normally set to "no" in the distribution tarballs -and "yes" in version control. You will need the following programs: - - * ragel (the most recent version) - * kelbt (the most recent version) - -To build the user guide set "build_manual=yes" in the DIST file and -reconfigure. You will need the following extra programs: - - * fig2dev - * pdflatex - -2. Compilation and Installation -------------------------------- - -Ragel uses autoconf and automake. - -$ ./configure --prefix=PREFIX -$ make -$ make install + + Ragel State Machine Compiler -- README + ====================================== + +1. Build Requirements +--------------------- + + * Make + * g++ + +If you would like to modify Ragel and need to build Ragel's scanners and +parsers from the specifications then set "build_parsers=yes" the DIST file and +reconfigure. This variable is normally set to "no" in the distribution tarballs +and "yes" in version control. You will need the following programs: + + * ragel (the most recent version) + * kelbt (the most recent version) + +To build the user guide set "build_manual=yes" in the DIST file and +reconfigure. You will need the following extra programs: + + * fig2dev + * pdflatex + +2. Compilation and Installation +------------------------------- + +Ragel uses autoconf and automake. + +$ ./configure --prefix=PREFIX +$ make +$ make install |