Tool for development of binding generators for C++ and Qt-based libraries
GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user.
GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user.
To install generatorrunner, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install generatorrunner
To see what files were installed by generatorrunner, run:
port contents generatorrunner
To later upgrade generatorrunner, run:
sudo port selfupdate && sudo port upgrade generatorrunner
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.