← Package directory
Available on winget

Install Premake 5 (Beta)

Premake is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks or generate project files

Install with winget
winget install --id Premake.Premake.5.Beta
Upgrade
winget upgrade --id Premake.Premake.5.Beta
Uninstall
winget uninstall --id Premake.Premake.5.Beta

About Premake 5 (Beta)

Premake is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks or generate project files for toolsets like Visual Studio, Xcode, and GNU Make. Premake's scripts are little Lua programs, so the sky's the limit!