No description
Find a file
Sam Lantinga 2d8d773bd0 Date: Wed, 9 May 2001 18:03:20 -0600
From: Peter Valchev <pvalchev@openbsd.org>
Subject: openbsd patches

- The other one dealing with the cdrom... the most likely place on an
OpenBSD system for a cdrom is cd?c, my mistake the first time.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4026
2001-05-10 20:29:31 +00:00
docs Initial revision 2001-04-26 16:45:43 +00:00
include Fixed endian detection on IA64 architectures (thanks Bill!) 2001-05-10 20:25:51 +00:00
src Date: Wed, 9 May 2001 18:03:20 -0600 2001-05-10 20:29:31 +00:00
test Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
acinclude.m4 Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
autogen.sh Initial revision 2001-04-26 16:45:43 +00:00
BUGS Updated the Amiga OS port of SDL (thanks Gabriele) 2001-05-10 20:13:29 +00:00
config.guess Initial revision 2001-04-26 16:45:43 +00:00
config.sub Initial revision 2001-04-26 16:45:43 +00:00
configure.in Updated the Amiga OS port of SDL (thanks Gabriele) 2001-05-10 20:13:29 +00:00
COPYING Initial revision 2001-04-26 16:45:43 +00:00
CREDITS Initial revision 2001-04-26 16:45:43 +00:00
CWprojects.sea.bin Initial revision 2001-04-26 16:45:43 +00:00
docs.html Fixed endian detection on IA64 architectures (thanks Bill!) 2001-05-10 20:25:51 +00:00
INSTALL Initial revision 2001-04-26 16:45:43 +00:00
install-sh Initial revision 2001-04-26 16:45:43 +00:00
ltconfig Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
ltmain.sh Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
Makefile.am Use correct repository when generating CVS snapshots 2001-04-26 16:52:42 +00:00
missing Initial revision 2001-04-26 16:45:43 +00:00
mkinstalldirs Initial revision 2001-04-26 16:45:43 +00:00
MPWmake.sea.bin Initial revision 2001-04-26 16:45:43 +00:00
README Initial revision 2001-04-26 16:45:43 +00:00
README-SDL.txt Initial revision 2001-04-26 16:45:43 +00:00
README.AmigaOS Updated the Amiga OS port of SDL (thanks Gabriele) 2001-05-10 20:13:29 +00:00
README.CVS Initial revision 2001-04-26 16:45:43 +00:00
README.MacOS Initial revision 2001-04-26 16:45:43 +00:00
README.MacOSX Initial revision 2001-04-26 16:45:43 +00:00
README.Win32 Initial revision 2001-04-26 16:45:43 +00:00
README.WinCE Initial revision 2001-04-26 16:45:43 +00:00
sdl-config.in Initial revision 2001-04-26 16:45:43 +00:00
sdl.m4 Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
SDL.spec.in Initial revision 2001-04-26 16:45:43 +00:00
strip_fPIC.sh Fixed to work on Solaris x86 2001-05-10 20:19:50 +00:00
TODO *** empty log message *** 2001-04-26 16:52:25 +00:00
VisualC.html Initial revision 2001-04-26 16:45:43 +00:00
VisualC.zip Initial revision 2001-04-26 16:45:43 +00:00
WhatsNew Initial revision 2001-04-26 16:45:43 +00:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 1.2

---
http://www.libsdl.org/

This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, Eiffel, ML, Perl, and Python. 

The current version supports Linux, Windows, BeOS, MacOS, MacOS X,
FreeBSD, Solaris, and IRIX.  The code contains support for Windows CE,
OpenBSD, NetBSD, AIX, OSF/Tru64, and QNX, but these are not yet
officially supported.

This library is distributed under GNU LGPL version 2, which can be
found in the file  "COPYING".  This license allows you to use SDL
freely in commercial programs as long as you link with the dynamic
library.

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation is available in HTML format in "./docs/index.html"

The test programs in the "test" subdirectory are in the public domain.

Frequently asked questions are answered online:
	http://www.libsdl.org/faqs.html

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.html

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)