Search code examples
osx-mavericksios7.1libvlcragel

compiling ragel on mavericks


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.


Solution

  • 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.