banthar / Go-SDL

Go bindings for SDL
218 stars 68 forks source link

Does Go-SDL work with the go command? #53

Closed Inuart closed 9 years ago

Inuart commented 12 years ago

or did I miss something?

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

pkg-config --cflags sdl

exec: "pkg-config": executable file not found in $PATH

on a mac

pm2845 commented 12 years ago

It works for me, but I have a different problem now.

However, for your problem, I had to get the weekly release and make sure I had all the SDL dev packages before I did that.

losinggeneration commented 12 years ago

I confirm that it works. It looks like you're missing pkg-config on your machine. That may need to be installed natively or from MacPorts, Fink, etc. You'll know it's installed correctly when you can type "pkg-config --help" and it displays the usage.