Discussion:
[ragel-users] how to install Ragel State Machine Compiler on Windows 7
Younis Shah
2013-04-17 14:54:58 UTC
Permalink
I am planning to use Ragel State Machine Compiler for my project. For that i need to install Ragel on my machine. I am running Windows 7. I have Cygwin installed but i have no idea how to use it for compiling Ragel. Please help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20130417/c568280b/attachment.html>
RU
2013-04-17 15:04:23 UTC
Permalink
Younis!

(1) Unpack the sources (tar -xzf ragel-6.8.tar.gz)
(2) Go to the root dir of Ragel (cd ragel-6.8)
(3) Evaluate the build environment (./configure)
(4) Build the package (make)
(5) Install it (make install)
(6) Read the docs

On http://www.complang.org/ragel/ there is also a link for a prebuild
Windows version.

jg

Loading...