comparison INSTALL @ 0:1078b3528e6f

Initial revision
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 14 Sep 2001 23:41:11 +0000
parents
children c28566f219e2
comparison
equal deleted inserted replaced
-1:000000000000 0:1078b3528e6f
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