Some fixes
[sdlgit/SDL_perl.git] / README
CommitLineData
630ffc1b 1NAME
2 SDL_perl - Simple DirectMedia Layer for Perl
bfd90409 3
630ffc1b 4SYNOPSIS
5 use SDL;
bfd90409 6
630ffc1b 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
630ffc1b 16The SDL Perl 2009 Development Team
17 Documentation
18 Nick: magnet
bfd90409 19
630ffc1b 20 Perl Development
21 Nick: Garu
22 Name: Breno G. de Oliveira
23
24 Nick: Dngor
25 Name: Rocco Caputo
bfd90409 26
630ffc1b 27 Nick: nferraz
28 Name: Nelson Ferraz
bfd90409 29
630ffc1b 30 Maintainance
31 Nick: kthakore
e504c139 32
630ffc1b 33 Name: Kartik Thakore
bfd90409 34
630ffc1b 35MacOSX Experimental Usage
36 Please get libsdl packages from Fink
bfd90409 37
630ffc1b 38 perl Build.PL
39 perl Build test
40 perl Build Bundle
41 perl Build install
bfd90409 42
630ffc1b 43 Running SDL Perl Scripts in MacOSX
44 First set the PERL5LIB environment variable to the dependencies of your
45 script
bfd90409 46
630ffc1b 47 %export PERL5LIB=$PERL5LIB:./lib
1e93f803 48
630ffc1b 49 Use the SDLPerl executable made in the bundle and call your scripts
1e93f803 50
630ffc1b 51 %SDLPerl.app/Contents/MacOS/SDLPerl yourScript.pl
1e93f803 52