On 12.08.2013 18:10, Brian McQueen wrote: > I'm seeing a build error when I build from head where it requires the > command ragel. That was not required before. Its best to not require > it but if its required the docs need to be updated. >
Unless you run `make ragel` you won't need to have ragel installed to build. The .c files that are generated by ragel are kept in the repository and the makefile won't rebuild them without you explicitly ask. This is true of both master and develop branches.
