X11
development libraries:
sudo zypper install libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel
OpenGL
development libraries:
sudo zypper install Mesa-libGL-devel
minps
can be compiled in different flavors using nimble
.
Debug build:
nimble build_debug
Profiler build:
nimble build_profiler
Profiler build (memory):
nimble build_profiler_memory
Release build:
nimble build_release
Release build with symbols for Valgrind/Callgrind:
nimble build_callgrind
Release build (with stacktrace support):
nimble build_release_stacktrace
nimble test --silent