[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Geany



On Sat, Nov 15, 2008 at 08:29:49PM -0600, Jake b wrote:
> 
> There is a binary that takes care of include paths for you, I think
> it's sdl-config. So your flags looks like:
> 
> `sdl-config`
> 
> (can someone confirm this? i'm not on a nix machine to check if thats it )
> -- 
> Jake
> 
> 

Close. What you want is:

 `sdl-config --cflags`

---
James Paige