0
|
1 Building is very easy.
|
|
2
|
|
3
|
|
4 ALL PLATFORMS:
|
|
5
|
|
6 Please understand your rights and mine: read the text file LICENSE in the root
|
|
7 of the source tree. If you can't abide by it, delete this source tree now.
|
|
8
|
|
9 The best documentation for the SDL_sound API is SDL_sound.h. It is VERY
|
|
10 heavily commented, and makes an excellent, in-depth reference to all the
|
|
11 functions.
|
|
12
|
|
13
|
|
14 UNIX:
|
|
15
|
|
16 Edit "Makefile", and follow the instructions. The defaults are probably okay
|
|
17 for general purposes, but give it a once over to make sure.
|
|
18
|
|
19 run "make"
|
|
20
|
|
21 That's it. The library will be sitting in a new directory called "bin".
|
|
22
|
|
23 Run "make install" to install the library for use on your system.
|
|
24
|
|
25
|
|
26
|
|
27 OTHER PLATFORMS:
|
|
28
|
|
29 Send me patches, and instructions, and I'll list them here.
|
|
30
|
|
31
|
|
32
|
|
33 --ryan. (icculus@clutteredmind.org)
|
|
34
|
|
35
|