forked from PerlGameDev/SDL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
53 lines (38 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
NAME
SDL_perl - Simple DirectMedia Layer for Perl
SYNOPSIS
use SDL;
DESCRIPTION
SDL_perl is a package of Perl modules that provide both functional and
object oriented interfaces to the Simple DirectMedia Layer for Perl 5.
This package takes some liberties with the SDL API, and attempts to adhere
to the spirit of both the SDL and Perl.
The SDL Perl 2009 Development Team
Documentation
Nick: magnet
Perl Development
Nick: Garu
Name: Breno G. de Oliveira
Nick: Dngor
Name: Rocco Caputo
Nick: nferraz
Name: Nelson Ferraz
Nick: monsenhor
Name: Ricardo Filipo
Maintainance
Nick: kthakore
Name: Kartik Thakore
Nick: FROGGS
Name: Tobias Leich
MacOSX Experimental Usage
Please get libsdl packages from Fink
perl Build.PL
perl Build test
perl Build Bundle
perl Build install
Running SDL Perl Scripts in MacOSX
First set the PERL5LIB environment variable to the dependencies of your
script
%export PERL5LIB=$PERL5LIB:./lib
Use the SDLPerl executable made in the bundle and call your scripts
%SDLPerl.app/Contents/MacOS/SDLPerl yourScript.pl