Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.31 KB

minps - a wannabe PlayStation 1 emulator

made-with-nim Build

License Total Lines Language Languages Code Size

Linux Dependencies

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

Building instructions

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

Running tests

nimble test --silent