-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
59 lines (36 loc) · 1.22 KB
/
INSTALL
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
Installing Flexlay
==================
Requirements:
=============
To compile Flexlay you need a recent ClanLib 0.7, quite often the
latest not-yet-released development version from the subversion tree,
available at:
* http://www.clanlib.org
And you need scons (a make replacement) available at:
* http://www.scons.org
In addition to that Ruby, available at:
* http://www.ruby-lang.org
And for the games you need a recent copy of them, most often latest
development version of them is required.
Compilation:
============
Just type:
$ scons
and it should build everything automatically if the prerequirements
are meet.
Running:
========
The directories supertux/, netpanzer/, paint/, pingus/ and windstille/
contain the editors for the games, just run the executable scripts in
there. You might need to adjust the path to the game data, which is
currently hardcoded in the scripts.
Installing:
===========
Currently not supported, run directly from the source directory.
Notes:
======
Flexlay is still a moving target, so most often you are better of
using the latest development version instead of a tarball release.
Latest version is available via subversion at:
svn checkout svn://svn.berlios.de/flexlay/trunk/
# EOF #