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

Re: [pygame] pygame- Installing pygame on suse linux from source



On Thu, Aug 02, 2007 at 07:29:59PM +0200, Jason Ward wrote:
>    Thanks guys.
>    The main question is still getting pygame installed.
>    If I go to the console and type sdl
>    it says unkown command.

sdl is not a command, it is a library. However, the sdl-dev package does 
contain a command called sdl-config which you can use to check and see 
if you have installed sdl correctly. Type the following:

  sdl-config --cflags

And let us know what it says.

---
James Paige