This repository produces a statically linked Ragel x64 binary for Windows, using the MSVC compiler.
For detailed information about Ragel itself, please refer to the original repository.
Download the latest release
Windows 7 x64 or higher
These files are generated during the build of the Ragel codebase on Linux. The instructions below explain how to get these files in case they need to be updated in this repository.
- Use WSL Ubuntu
- Clone the https://github.com/adrian-thurston/ragel
- Checkout the
ragel-6.10
tag - Install prerequisites:
sudo apt-get install build-essential autoconf ragel kelbt fig2dev
- cd into the repository folder
- Execute the following commands:
./autogen.sh
./configure --disable-manual
make
- Run
.\build.ps1