-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (43 loc) · 1.13 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
54
55
56
57
58
59
60
61
62
Alien::SFML version 0.01 SFML 2.0 RC
====================================
This module installs SFML 2.0 RC
INSTALLATION
perl Build.PL
./Build
./Build test
./Build install
DEPENDENCIES
This module requires these other modules and libraries:
Perl
Alien::Base
Alien::CMake
If you are on linux, you will need dev packages for:
pthread
opengl
xlib
xrandr
freetype
glew
jpeg
sndfile
openal
COPYRIGHT AND LICENCE
############################
# Copyright 2013 Jake Bott #
#=>----------------------<=#
# All Rights Reserved. #
# Part of Alien::SFML. #
#=>----------------------<=#
# See the LICENCE file #
############################
BUGS
Please report bugs related to installing SFML here:
https://github.com/jakeanq/perl-alien-sfml/issues
Note that this is not for bugs in the SFML module or the SFML library. For those,
see the module and library homepages:
https://github.com/jakeanq/perl-sfml/
http://www.sfml-dev.org/
Note that I do not maintain SFML itself, only Alien::SFML and the XS/perl bindings
for it, under the SFML module.
CHANGES:
V0.0101 - Added CMake dependancy