14 |
14 |
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, BSD/OS, Solaris, and IRIX. The code contains support for |
19 FreeBSD, OpenBSD, BSD/OS, Solaris, and IRIX. The code contains support |
20 Atari, Windows CE, OpenBSD, NetBSD, AIX, OSF/Tru64, and QNX, but these |
20 for Windows CE, Atari, QNX, NetBSD, AIX, OSF/Tru64, and SymbianOS, but |
21 are not yet officially supported. |
21 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. |