ggerganov/ggwave

Cannot build pass for ggwave on Windows

Open

#83 opened on Jan 16, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (461 forks)github user discovery
help wanted

Repository metrics

Stars
 (7,685 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide