Warning
this is currently a project just for learning
i cannot guarantee that it will work on your machine,
but you can try editing the build script to make it work,
especially DRM_DIR
- GNU Make
- GNU C Compiler (or your preferred compiler and edit COMPILER in makefile)
- DRM library
- optional:
make for release build, run with make run
make dev for debug build, run with make run_dev
make static_analysis to use cppcheck on source
make memory_check to use valgrind on debug build
make clean to delete everything created by these commands