Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.36 KB

INSTALL

File metadata and controls

46 lines (27 loc) · 1.36 KB
 
Sep 14, 2001
Sep 14, 2001
1
2
3
4
5
Building is very easy.
ALL PLATFORMS:
Dec 26, 2001
Dec 26, 2001
6
Please understand your rights and mine: read the text file COPYING in the root
Sep 14, 2001
Sep 14, 2001
7
8
9
10
11
12
13
14
15
of the source tree. If you can't abide by it, delete this source tree now.
The best documentation for the SDL_sound API is SDL_sound.h. It is VERY
heavily commented, and makes an excellent, in-depth reference to all the
functions.
UNIX:
Oct 15, 2001
Oct 15, 2001
16
(If you pulled the source from CVS), run ./bootstrap
Sep 14, 2001
Sep 14, 2001
17
Oct 15, 2001
Oct 15, 2001
18
19
20
21
run ./configure --help, and see if there's any options you need. Rerun
configure with those options. If this is confusing to you, just run
./configure with no options: the defaults are generally decent, and
configure is usually smart enough to figure out what's best..
Sep 14, 2001
Sep 14, 2001
22
Oct 15, 2001
Oct 15, 2001
23
If configuration succeeded, run "make".
Sep 14, 2001
Sep 14, 2001
24
Oct 15, 2001
Oct 15, 2001
25
Run "make install" as root to install the library for use on your system.
Sep 14, 2001
Sep 14, 2001
26
Oct 15, 2001
Oct 15, 2001
27
28
This should work for most Unix-style systems, including Linux, *BSD, and
MacOS X. Reports of success and failure are welcome.
Sep 14, 2001
Sep 14, 2001
29
30
Oct 15, 2001
Oct 15, 2001
31
32
33
34
35
WIN32:
Download http://icculus.org/SDL_sound/downloads/SDL_sound_win32.zip ...
Unzip that file in the root of the source directory. That will give you
some needed external libraries, and Visual C++ project files. Use the
project files to compile.
Sep 14, 2001
Sep 14, 2001
36
37
Oct 15, 2001
Oct 15, 2001
38
OTHER PLATFORMS:
Sep 14, 2001
Sep 14, 2001
39
Oct 15, 2001
Oct 15, 2001
40
41
42
Send me patches, and instructions, and I'll list them here. Consider
joining the SDL_sound mailing list. Details are at:
http://icculus.org/SDL_sound/
Sep 14, 2001
Sep 14, 2001
43
44
--ryan. (icculus@clutteredmind.org)