Skip to content

PolarGoose/Ragel-for-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ragel source code built for Windows

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.

How to use

Download the latest release

System requirements

Windows 7 x64 or higher

How to generate files from patch_files\ragel folder

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

How to build this repository

  • Run .\build.ps1

About

Ragel v6.10 binary for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages