diff INSTALL @ 0:1078b3528e6f

Initial revision
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 14 Sep 2001 23:41:11 +0000
parents
children c28566f219e2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL	Fri Sep 14 23:41:11 2001 +0000
@@ -0,0 +1,35 @@
+Building is very easy.
+
+
+ALL PLATFORMS:
+
+Please understand your rights and mine: read the text file LICENSE in the root
+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:
+
+Edit "Makefile", and follow the instructions. The defaults are probably okay
+for general purposes, but give it a once over to make sure.
+
+run "make"
+
+That's it. The library will be sitting in a new directory called "bin".
+
+Run "make install" to install the library for use on your system.
+
+
+
+OTHER PLATFORMS:
+
+Send me patches, and instructions, and I'll list them here.
+
+
+
+--ryan. (icculus@clutteredmind.org)
+
+