mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
342 B
342 B
Building the game
Building NishBox is simple.
*nix
- Run
premake5 gmake --opengl=glx
orpremake5 gmake --opengl=glfw
. - Run
gmake
ormake
, depending on the platform.
MSVC
- Run
premake5 gmake --opengl=wgl --cc=msc
orpremake5 gmake --opengl=glfw --cc=msc
. GLFW backend is untested. - Run
msbuild NishBox.sln
.