ggerganov / ggwave

Tiny data-over-sound library
https://youtu.be/Zcgf77T71QM
MIT License
1.9k stars 141 forks source link

Cannot build pass for ggwave on Windows #83

Open simon750324 opened 1 year ago

simon750324 commented 1 year ago

I already install msys2 mingw64 and follow below steps to install related libraries.

[MSYS2] $ pacman -S git cmake make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2

I use visual studio 2022 and open ggwave folder, but it cannot find SDL2. Then it will show error message with "Aborting". How to resolve it? BTW, which IDE do you use for development? Or you just use command line to build ggwave binaries?

ggerganov commented 1 year ago

These were the build steps for Windows that worked at some point in the past:

https://github.com/ggerganov/ggwave/blob/bd10489d0231d7ca2458e0b5877b54381635bcb0/.github/workflows/build.yml#L179-L203

However, I think it stopped working at some point and because I don't have Windows, I didn't fix it.