Jg, I am done with all the steps. How to use it now? I mean if I have .rl file in a directory how to run it through ragel?
Help much appreciated! Cheers! -Y.S. Rubyist, node.js & Java Programmer. Sent from my Windows Phone ________________________________ From: ragel-users-requ...@complang.org Sent: 17/04/2013 21:30 To: ragel-users@complang.org Subject: ragel-users Digest, Vol 55, Issue 3 Send ragel-users mailing list submissions to ragel-users@complang.org To subscribe or unsubscribe via the World Wide Web, visit http://www.complang.org/mailman/listinfo/ragel-users or, via email, send a message with subject or body 'help' to ragel-users-requ...@complang.org You can reach the person managing the list at ragel-users-ow...@complang.org When replying, please edit your Subject line so it is more specific than "Re: Contents of ragel-users digest..." Today's Topics: 1. how to install Ragel State Machine Compiler on Windows 7 (Younis Shah) 2. Re: how to install Ragel State Machine Compiler on Windows 7 (RU) ---------------------------------------------------------------------- Message: 1 Date: Wed, 17 Apr 2013 20:24:58 +0530 From: Younis Shah <younisas...@live.in> To: "ragel-users@complang.org" <ragel-users@complang.org> Subject: [ragel-users] how to install Ragel State Machine Compiler on Windows 7 Message-ID: <bay163-w12aa75b1bc1ccbae3b881ba1...@phx.gbl> Content-Type: text/plain; charset="iso-8859-1" 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-0001.html> ------------------------------ Message: 2 Date: Wed, 17 Apr 2013 17:04:23 +0200 From: RU <ragel-u...@jgoettgens.de> To: ragel-users@complang.org Subject: Re: [ragel-users] how to install Ragel State Machine Compiler on Windows 7 Message-ID: <516eb9f7.6020...@jgoettgens.de> Content-Type: text/plain; charset=UTF-8; format=flowed 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 ------------------------------ _______________________________________________ ragel-users mailing list ragel-users@complang.org http://www.complang.org/mailman/listinfo/ragel-users End of ragel-users Digest, Vol 55, Issue 3 ******************************************
_______________________________________________ ragel-users mailing list ragel-users@complang.org http://www.complang.org/mailman/listinfo/ragel-users