-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
41 lines (25 loc) · 956 Bytes
/
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
This is an unstable release of the SuperTux Milestone 2 editor. Do not
expect everything to work smoothly and save often...
For more information browse to:
http://supertux.lethargik.org/wiki/Editor_FAQ
http://supertux.lethargik.org/wiki/Building_SuperTux#Compiling_the_editor
== Prerequisites ==
* SuperTux version 0.3.0 or higher
* OpenGL driver and environment
* mono 1.2.2.1 or newer
(1.1.13 or newer may work but if it doesn't, don't blame us just
upgrade to 1.2.2.1 or newer)
* gtk-sharp 2.8 or newer
== Building ==
Type
make
== Running ==
You can start the editor by typing
mono supertux-editor.exe
To run with debugging info (that is the only way to get a usable
backtrace for a bug report in case of a crash):
mono --debug supertux-editor.exe
Remember to set your SuperTux paths in the editor options!
== Known Problems ==
The open source ATI drivers seem to have problems with multiple viewports
and shared textures.