compiling ragel on mavericks

136 Views Asked by At

I have downloaded ragel source code and trying to compile it.

I am not able to configure it. getting following error on running

./configure --prefix=PREFIX

-bash: ./configure: No such file or directory

I have download all necessary command line compilation tools. not sure what is missing.

1

There are 1 best solutions below

0
On BEST ANSWER

It's much easier to use MacPorts. So after installation:

$ sudo port install ragel

and it will take care of downloading dependencies, and will already know how to configure the project.