Applied patch ready for merge
[sdlgit/SDL_perl.git] / README
CommitLineData
7b6a53a1 1README for SDL_Perl-2.2.0
8fde61e3 2
7b6a53a1 3What's New in 2.2.0:
8fde61e3 4
7b6a53a1 5SDL_Perl-2.2.0 adds support for a few new modules, fixes a few more
6bugs, and improves the error handling of the object layer. Additional
7support for SDL_sound, SDL_svg, and SDL_vnc has been added. In the
8OO layer, all constructors now die when they fail to construct an object
9with a valid underlying datastructure pointer.
8fde61e3 10
7b6a53a1 11Prerequisites:
21341734 12
7b6a53a1 13SDL Perl recommends installing the following libraries available
14from http://www.libsdl.org/ prior to installing:
21341734 15
7b6a53a1 16 SDL-1.2.8
17 smpeg-0.4.5
18 SDL_image-1.2.4
19 SDL_mixer-1.2.6
20 SDL_sound-1.0.1
21 SDL_net-1.2.5
22 SDL_gfx-2.0.13
23 SDL_ttf-2.0.7
24 SDL_svg-1.1.9
25 SDL_vnc-1.0.0
26
27Additionally the following Perl modules should be installed:
28
29 Module-Build-0.22
30 Test-Simple-0.62
31
32Installation:
33
34 perl Build.PL
35 ./Build
36 ./Build test
37 ./Build install
38
39The build process will use the new Module::Build facility
40to autodetect and build SDL Perl for your platform. If
41the build fails please forward bugs to sdl-devel@perl.org.
42
43Documentation:
44
45Each module now includes its own documentation, and
46is accessible through perldoc. Additional tutorials,
47code, and tips can be found at the website:
48
49 http://sdl.perl.org
50
51Online documentation and tutorials are available through
52perldoc module.
53
54Contributing:
55
56Anyone wishing to contribute modules, sprite engines, documentation,
57and anything else that others might find useful, please join
58the mailing list:
59
60 sdl-devel@perl.org
61
62This is a mailing list for those interested in SDLperl development,
63both as an applications developer, and as a core contributor.
64
65I am always more than happy to take patches, bug reports, and
66helpful suggestions. It is feedback, both good and poor, that
67keeps projects like this going.
68
69Enjoy,
70
71David J. Goehrig <dgoehrig@cpan.org>
8fde61e3 72