Fixed the pod path in archive
[sdlgit/SDL_perl.git] / README
CommitLineData
91e7ec4e 1NAME
2 SDL_perl - Simple DirectMedia Layer for Perl
bfd90409 3
91e7ec4e 4SYNOPSIS
5 use SDL;
bfd90409 6
91e7ec4e 7DESCRIPTION
8 SDL_perl is a package of perl modules that provides both functional and
9 object orient interfaces to the Simple DirectMedia Layer for Perl 5.
10 This package does take some liberties with the SDL API, and attempts to
11 adhere to the spirit of both the SDL and Perl. This document describes
12 the low-level functional SDL_perl API. For the object oriented
13 programming interface please see the documentation provided on a per
14 class basis.
57450fae 15
91e7ec4e 16The SDL Perl 2009 Development Team
17 Documentation
18 Nick: magnet
bfd90409 19
91e7ec4e 20 Perl Development
21 Nick: Garu
22 Name: Breno G. de Oliveira
23
24 Nick: Dngor
25 Name: Rocco Caputo
bfd90409 26
91e7ec4e 27 Nick: nferraz
28 Name: Nelson Ferraz
bfd90409 29
91e7ec4e 30 Maintainance
31 Nick: kthakore
e504c139 32
91e7ec4e 33 Name: Kartik Thakore
bfd90409 34
91e7ec4e 35MacOSX Experimental Usage
36 Please get libsdl packages from Fink
bfd90409 37
91e7ec4e 38 perl Build.PL
39 perl Build test
40 perl Build Bundle
41 perl Build install
bfd90409 42
91e7ec4e 43 Running SDL Perl Scripts in MacOSX
44 First set the PERL5LIB environment variable to the dependencies of your
45 script
bfd90409 46
91e7ec4e 47 %export PERL5LIB=$PERL5LIB:./lib
1e93f803 48
91e7ec4e 49 Use the SDLPerl executable made in the bundle and call your scripts
1e93f803 50
91e7ec4e 51 %SDLPerl.app/Contents/MacOS/SDLPerl yourScript.pl
1e93f803 52