mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
559 B
559 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 vs<version> --opengl=wgl --cc=msc
orpremake5 vs<version> --opengl=glfw --cc=msc
.<version>
depends on the Visual Studio version. On VS2008, it should be2008
.GLFW backend is untested.
-
Run
msbuild NishBox.sln
.
Note
*nix ones are tested on NetBSD/amd64 and Debian GNU/Linux 12 x86_64.
MSVC ones are tested on VS2008.