Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Windows "Package sdl was not found in the pkg-config search path." #68

Open
cyfls opened this issue Jul 26, 2018 · 0 comments
Open

Comments

@cyfls
Copy link

cyfls commented Jul 26, 2018

Well I have to build a program using SDL and Golang on Windows. This is what just happened when I ran "go get github.com/banthar/sdl" in Git Bash.

$ go get github.com/banthar/Go-SDL/sdl

C:\TDM-GCC-32\bin\pkg-config.exe --cflags sdl

Package sdl was not found in the pkg-config search path.
Perhaps you should add the directory containing `sdl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sdl' found
C:\TDM-GCC-32\bin\pkg-config.exe: exit status 1

Unfortunately I googled and found that "pkg-config" is unavailable on Windows. And the SDL don't provide a file named "sdl.pc". Maybe your library is just available on other platforms?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant