git clone https://github.com/vaughanlove/MiniEngine && cd MiniEngine && mkdir depend
-
note only 64 bit currently supported
-
go to glfw.org and download the 64bit pre-compiled binaries extract zip into depend and rename to 'glfw3.3.8'
If you are using vs2022, install premake5 and run GenerateProject.bat.
otherwise, install premake5 and run premake5 [build]
ie, premake5 vs2022.
done!