vovkos / doxyrest

A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.
MIT License
306 stars 23 forks source link

Missing dependancy to build doxyrest #54

Open BBArikL opened 1 year ago

BBArikL commented 1 year ago

In the file dependancies.cmake, "ragel" is set as a required dependency. It would be great to have it mentioned in the documentation (https://vovkos.github.io/doxyrest/build-guide/prerequisites-libs.html), because some some systems do not have that binary by default. Thanks and have a great day!