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