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

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

Closed
Inuart opened this issue Feb 28, 2012 · 2 comments
Closed

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

Inuart opened this issue Feb 28, 2012 · 2 comments

Comments

@Inuart
Copy link

Inuart commented Feb 28, 2012

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
Copy link

pm2845 commented Mar 7, 2012

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
Copy link

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.

@Inuart Inuart closed this as completed Nov 29, 2014
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

3 participants