Installing Ragel
Hyperscan compilation depends on Ragel. In this document, Ragel 6.10 is used in the compilation environment.
- Obtain the Ragel 6.10 source package.
- Decompress the source package.
tar -xzf ragel-6.10.tar.gz
- Access the Ragel source code directory.
cd ./ragel-6.10
- Compile and install Ragel.
./configure
make
make install
- Check the Ragel version to verify that the Ragel is successfully installed.
ragel -v
If "Ragel State Machine Compiler version 6.10 March 2017" is displayed, the installation is successful.
Parent topic: Configuring the Compilation Environment
