$ make -j # build the executable
$ make build/assets # copy the assets
$ pacman -Sy sdl2 sdl2_image sdl2_ttf sdl2_mixer # on archlinux
$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev # on ubuntu
Bear is used to build project & generate compile_commands.json
for YCM linter:
$ pacman -Sy bear
$ bear -- make -j