[corman-sdl-cvs] CVS update: corman-sdl/README corman-sdl/INSTALLATION
Luke J Crook
lcrook at common-lisp.net
Wed Jun 9 09:09:43 UTC 2004
Update of /project/corman-sdl/cvsroot/corman-sdl
In directory common-lisp.net:/tmp/cvs-serv25821
Modified Files:
INSTALLATION
Added Files:
README
Log Message:
Date: Wed Jun 9 02:09:43 2004
Author: lcrook
Index: corman-sdl/INSTALLATION
diff -u corman-sdl/INSTALLATION:1.1 corman-sdl/INSTALLATION:1.2
--- corman-sdl/INSTALLATION:1.1 Tue Apr 13 12:40:14 2004
+++ corman-sdl/INSTALLATION Wed Jun 9 02:09:43 2004
@@ -1,23 +1,43 @@
Copyright (c) 2003-2004 Luke J Crook
All rights reserved.
+(Last Updated: 2004-06-09)
+
+Note: As per the requirements of the LGPL, the source code for the versions of SDL.dll and SDL_mixer.dll
+included in the Corman-SDL archive can be found here: http://www.balooga.com/gpl_lgpl/
Installation Instructions
-If you only wish to run a pre-compiled executable:
+Running the examples:
+
+1) Download the pre-compiled examples from www.balooga.com/lisp_sdl.php3
+2) Extract the zipfile into a new directory, for example "My Documents\dev\corman-sdl"
+3) Run an example
+
+If you wish to develop using the SDL FFI definitions:
+
+1) Download and install Corman Common Lisp from www.cormanlisp.com
+2) Download the latest version of the Corman-SDL FFI bindings from www.balooga.com/lisp_sdl.php3
+3) Extract the zipfile containing the Corman-SDL bindings into a new directory, for example:
+
+ My Documents\dev\corman-sdl
+
+The "corman-sdl\" directory should contain three subdirectories:
+
+ corman-sdl\examples\
+ corman-sdl\Modules\
+ corman-sdl\source\
+
+4) Copy the files in the "corman-sdl\Modules\" directory into the "Modules\" directory of the Corman Lisp installation,
+for example:
+
+ "C:\Program Files\Corman Technologies\Corman Lisp 2.5\Modules"
+
+5) Move SDL.dll (from www.libsdl.org) and SDL_mixer (from www.libsdl.org/projects/SDL_mixer/) into the base Corman Lisp directory,
+for example:
+
+ "C:\Program Files\Corman Technologies\Corman Lisp 2.5"
-1) Download a pre-compiled example from www.balooga.com/lisp_sdl.php3
-2) Extract the zip file into a new directory
-3) Download sdl.dll from www.libsdl.org and place this into the same directory as the executable (.exe)
-4) Run the executable.
-
-If you wish to develop using the SDL FFI definitions
-
-1) Download the latest version of the SDL FFI bindings from either CVS at common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=corman-sdl or the latest release from www.balooga.com/lisp_sdl.php3
-2) Extract the archive into a new directory.
-3) Download and install Corman Common Lisp from www.cormanlisp.com
-4) Download SDL.dll from www.libsdl.org and place into your Windows\System directory OR your base Corman Lisp directory.
-5) Place the files "OpenGL_.lisp", "SDL.lisp" and "sdl-util.lisp" into the Modules\ directory of your Corman Lisp installation
-6) Compile and run the examples
+6) Load an example from from the directory, "corman-sdl\examples\" into the Corman Lisp IDE.
-Questions: Luke J Crook, luke at balooga.com
\ No newline at end of file
+Questions: Luke J Crook, luke at balooga.com
More information about the Corman-sdl-cvs
mailing list