bleep
bleep copied to clipboard
Won't work with Windows 10
Due to issues with sdl2 Not sure if there are any options, but I tried, to the best of my ability anyways, to follow the few ways they suggested a fix.
In file included from C:\Users\Jon\go\pkg\mod\github.com\veandco\[email protected]\sdl\audio.go:4:
./sdl_wrapper.h:2:11: fatal error: SDL2/SDL.h: No such file or directory
2 | #include <SDL2/SDL.h>
It can't compile the program because it can't find the SDL2 library. I had the same problem and it worked after installing it.
Don't know how to do it in Windows, but you can't find in the website https://wiki.libsdl.org/Installation
For Ubuntu:
sudo apt-get install libsdl2-dev