Mercurial > sdl-ios-xcode
comparison README @ 369:e405cf8bf580
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 May 2002 19:52:32 +0000 |
parents | 3791ff65cddd |
children | 875fbe29588d |
comparison
equal
deleted
inserted
replaced
368:180837a1db89 | 369:e405cf8bf580 |
---|---|
15 SDL is written in C, but works with C++ natively, and has bindings to | 15 SDL is written in C, but works with C++ natively, and has bindings to |
16 several other languages, including Ada, Eiffel, ML, Perl, and Python. | 16 several other languages, including Ada, Eiffel, ML, Perl, and Python. |
17 | 17 |
18 The current version supports Linux, Windows, BeOS, MacOS, MacOS X, | 18 The current version supports Linux, Windows, BeOS, MacOS, MacOS X, |
19 FreeBSD, OpenBSD, BSD/OS, Solaris, and IRIX. The code contains support | 19 FreeBSD, OpenBSD, BSD/OS, Solaris, and IRIX. The code contains support |
20 for Windows CE, Atari, QNX, NetBSD, AIX, OSF/Tru64, and SymbianOS, but | 20 for Windows CE, AmigaOS, Atari, QNX, NetBSD, AIX, OSF/Tru64, and SymbianOS, |
21 these are not yet officially supported. | 21 but these are not yet officially supported. |
22 | 22 |
23 This library is distributed under GNU LGPL version 2, which can be | 23 This library is distributed under GNU LGPL version 2, which can be |
24 found in the file "COPYING". This license allows you to use SDL | 24 found in the file "COPYING". This license allows you to use SDL |
25 freely in commercial programs as long as you link with the dynamic | 25 freely in commercial programs as long as you link with the dynamic |
26 library. | 26 library. |
31 More documentation is available in HTML format in "./docs/index.html" | 31 More documentation is available in HTML format in "./docs/index.html" |
32 | 32 |
33 The test programs in the "test" subdirectory are in the public domain. | 33 The test programs in the "test" subdirectory are in the public domain. |
34 | 34 |
35 Frequently asked questions are answered online: | 35 Frequently asked questions are answered online: |
36 http://www.libsdl.org/faqs.html | 36 http://www.libsdl.org/faq.php |
37 | 37 |
38 If you need help with the library, or just want to discuss SDL related | 38 If you need help with the library, or just want to discuss SDL related |
39 issues, you can join the developers mailing list: | 39 issues, you can join the developers mailing list: |
40 http://www.libsdl.org/mailing-list.html | 40 http://www.libsdl.org/mailing-list.php |
41 | 41 |
42 Enjoy! | 42 Enjoy! |
43 Sam Lantinga (slouken@libsdl.org) | 43 Sam Lantinga (slouken@libsdl.org) |
44 | 44 |