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

Re: [pygame] pygame source compiling



On Tue, Jul 31, 2007 at 11:44:08AM +1000, Ren? Dudfield wrote:
> Hi,
> 
> I guess the main dependencies are:
> 
> zlib
> libpng
> libjpeg
> SDL_image
> freetype
> SDL_ttf
> vorbis/ogg
> SDL_mixer.    I remember quite a few dependencies with SDL_mixer...
> but not sure what they are off the top of my head.

A great place to map dependencies is http://packages.debian.org/ even if 
you are working on Windows, the dependencies will be basically the same.

Although on the subject of SDL_mixer dependencies, it is capable of 
building mp3 support against your choice of either SMPEG or libmad, and 
the MAD support is much better. (SMPEG has no support for the MPEG 2.5 
sampling frequencies)

---
James Paige