A new test for surface leaks. I made is as simple as possible but it does get worse...
[sdlgit/SDL_perl.git] / README
1 README for SDL_Perl-2.2.2
2
3 What's New in 2.2.2:
4
5 SDL_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         
14
15 Prerequisites:
16
17 SDL Perl recommends installing the following libraries available
18 from 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
31 Additionally the following Perl modules should be installed:
32
33         Module-Build-0.22
34         Test-Simple-0.62
35
36 Installation:
37
38         perl Build.PL
39         ./Build
40         ./Build test
41         ./Build bundle  # MacOS X only!
42         ./Build install
43
44 Installation 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
53 The build process will use the new Module::Build facility
54 to auto detect and build SDL Perl for your platform.  If
55 the build fails please forward bugs to sdl-devel@perl.org.
56
57 For MacOS X users there is a new experimental bundle, 
58 that is called SDLPerl.app.  You can use this bundle
59 to run perl scripts with a .spl extension, you know,
60 SDL Perl files.  We will work on brining this style 
61 launcher and an integrated development environment to
62 all platforms shortly.
63
64 Documentation:
65
66 Each module now includes its own documentation, and 
67 is accessible through perldoc.  Additional tutorials,
68 code, and tips can be found at the website:
69
70         http://sdl.perl.org
71
72 Online documentation and tutorials are available through
73 perldoc module.  
74
75 Contributing:
76
77 Anyone wishing to contribute modules, sprite engines, documentation,
78 and anything else that others might find useful, please join
79 the mailing list:
80
81         sdl-devel@perl.org
82
83 This is a mailing list for those interested in SDLperl development,
84 both as an applications developer, and as a core contributor.
85
86 I am always more than happy to take patches, bug reports, and
87 helpful suggestions.  It is feedback, both good and poor, that
88 keeps projects like this going.
89
90 Enjoy,
91
92 David J. Goehrig <dgoehrig@cpan.org>
93