First commit of SDL_Perl-2.1.3
[sdlgit/SDL_perl.git] / README
CommitLineData
8fde61e3 1README for SDL_Perl-2.1.2
2
3What's New in 2.1.2:
4
5SDL_Perl-2.1.2 is a bug patch release that fixed a number of memory
6leaks in blitting code, handles glGet queries, and some Build fixes.
7For full details check the CHANGELOG file.
8
9Prerequisites:
10
11SDL Perl recommends installing the following libraries available
12from http://www.libsdl.org/ prior to installing:
13
14 SDL-1.2.6
15 smpeg-0.4.4
16 SDL_image-1.2.2
17 SDL_gfx-2.0.3
18 SDL_mixer-1.2.5
19 SDL_net-1.2.4
20 SDL_ttf-2.0.5
21
22Additionally the following Perl modules should be installed:
23
24 Module-Build-0.22
25 Test-Simple-0.47
26
27Installation:
28
29 perl Build.PL
30 ./Build
31 ./Build test
32 ./Build install
33
34The build process will use the new Module::Build facility
35to autodetect and build SDL Perl for your platform. If
36the build fails please forward bugs to sdl-devel@perl.org.
37
38Documentation:
39
40Each module now includes its own documentation, and
41is accessible through perldoc. Additional tutorials,
42code, and tips can be found at the website:
43
44 http://sdl.perl.org
45
46Online documentation and tutorials are available through
47perldoc module.
48
49Contributing:
50
51Anyone wishing to contribute modules, sprite engines, documentation,
52and anything else that others might find useful, please join
53the mailing list:
54
55 sdl-devel@perl.org
56
57This is a mailing list for those interested in SDLperl development,
58both as an applications developer, and as a core contributor.
59
60I am always more than happy to take patches, bug reports, and
61helpful suggestions. It is feedback, both good and poor, that
62keeps projects like this going.
63
64Enjoy,
65
66David J. Goehrig <dgoehrig@cpan.org>
6723 September 2004
68