Skip to content

Compile premake5 on windows

Prerequisites

  • Visual Studio (tested with 2022 preview)

Environment

Add to your path:

  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\<YOUR_VERSION>\bin\Hostx64\x64

Compile

sh
clone https://github.com/premake/premake-core.git premake5
cd premake5

./bootstrap.bat

References