wiki:SDLMixer

Version 6 (modified by trac, 17 years ago) ( diff )

--

Up

SDL_mixer-1.2.6

Introduction to SDL_mixer

The SDL_mixer package is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

Package Information

SDL_mixer Dependencies

Required

SDL-1.2

libvorbis (for Ogg Vorbis support), SMPEG (for MP3 support), libmikmod-3.2.0-beta2 for mod, s3m, it, and xm support.

Installation of SDL_mixer

Install SDL_mixer by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

  • Installed Library: libSDL_mixer
  • Installed Directory: /usr/include/SDL

Short Descriptions

  • libSDL_mixer.[so,a] -- contains functions for the SDL_mixer

Up

Note: See TracWiki for help on using the wiki.