A new test for surface leaks. I made is as simple as possible but it does get worse...
[sdlgit/SDL_perl.git] / README
CommitLineData
57450fae 1README for SDL_Perl-2.2.2
bfd90409 2
57450fae 3What's New in 2.2.2:
bfd90409 4
57450fae 5SDL_Perl-2.2.2
6
7 -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
8 -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
9 -Made App init slimer https://rt.cpan.org/Public/Bug/Display.html?id=16987
10 -Added faster SDL::Color alternative https://rt.cpan.org/Public/Bug/Display.html?id=17975
11 -Added better error reporting for TTFont errors
12 -Added win32 support https://rt.cpan.org/Ticket/Display.html?id=49003
13
bfd90409 14
15Prerequisites:
16
17SDL Perl recommends installing the following libraries available
18from http://www.libsdl.org/ prior to installing:
19
20 SDL-1.2.8
21 smpeg-0.4.5
22 SDL_image-1.2.4
23 SDL_mixer-1.2.6
24 SDL_sound-1.0.1
25 SDL_net-1.2.5
26 SDL_gfx-2.0.13
27 SDL_ttf-2.0.7
28 SDL_svg-1.1.9
29 SDL_vnc-1.0.0
30
31Additionally the following Perl modules should be installed:
32
33 Module-Build-0.22
34 Test-Simple-0.62
35
36Installation:
37
38 perl Build.PL
39 ./Build
40 ./Build test
8c726daf 41 ./Build bundle # MacOS X only!
bfd90409 42 ./Build install
43
1e93f803 44Installation with Windows + MinGW:
45
46 set SDL_INST_DIR=Absolute/Path/to/SDLdir
47 perl Build.PL
48 ./Build
49 ./Build test
50 ./Build install
51
52
bfd90409 53The build process will use the new Module::Build facility
1e93f803 54to auto detect and build SDL Perl for your platform. If
bfd90409 55the build fails please forward bugs to sdl-devel@perl.org.
56
8c726daf 57For MacOS X users there is a new experimental bundle,
58that is called SDLPerl.app. You can use this bundle
59to run perl scripts with a .spl extension, you know,
60SDL Perl files. We will work on brining this style
61launcher and an integrated development environment to
62all platforms shortly.
63
bfd90409 64Documentation:
65
66Each module now includes its own documentation, and
67is accessible through perldoc. Additional tutorials,
68code, and tips can be found at the website:
69
70 http://sdl.perl.org
71
72Online documentation and tutorials are available through
73perldoc module.
74
75Contributing:
76
77Anyone wishing to contribute modules, sprite engines, documentation,
78and anything else that others might find useful, please join
79the mailing list:
80
81 sdl-devel@perl.org
82
83This is a mailing list for those interested in SDLperl development,
84both as an applications developer, and as a core contributor.
85
86I am always more than happy to take patches, bug reports, and
87helpful suggestions. It is feedback, both good and poor, that
88keeps projects like this going.
89
90Enjoy,
91
92David J. Goehrig <dgoehrig@cpan.org>
93