These are just snippets of the full instructions ``` mkdir workdir cd workdir git clone https://github.com/brainboxdotcc/DPP.git cd DPP cmake -B ./build cmake --build ./build -j cd .. curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h make all -j ```