Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake
Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake
To install premake, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install premake
To see what files were installed by premake, run:
port contents premake
To later upgrade premake, run:
sudo port selfupdate && sudo port upgrade premake
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.