bleep icon indicating copy to clipboard operation
bleep copied to clipboard

Won't work with Windows 10

Open tresero opened this issue 4 years ago • 1 comments

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>

tresero avatar Oct 15 '21 20:10 tresero

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

joelschutz avatar Oct 27 '22 16:10 joelschutz