You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: