Hello! Minimum instructions to build and try this repo: 1. `mkdir build && cd build` 2. `cmake .. && make` 3. copy or symlink a lua file (for example ../examples/snake.lua) as `main.lua` 4. run `./32blit_lua` This could be added to the README.