1
2..      ..  ..    ......    ..      ..    ....  ....      ......      ......      ......
3..      ..  ..  ..          ..      ..  ..    ..    ..  ..      ..  ..      ..  ..      ..
4..........  ..  ..      ..  ..........  ..    ..    ..  ..      ..  ..      ..  ..      ..
5..      ..  ..  ..      ..  ..      ..  ..    ..    ..  ..      ..  ..      ..  ..      ..
6..      ..  ..    ........  ..      ..  ..    ..    ..    ......      ......    ..      ..
7
8HighMoon - Duel in Space.
9Copyright (c) 2005, 2006 Patrick Gerdsmeier <patrick@gerdsmeier.net>
10
11The game needs the SDL library. If it's not installed on your
12computer, you can download it at http://www.libsdl.org.
13
14To compile the sources you need a C++ Compiler. I used latest GNU
15g++ which you can get at http://www.gnu.org/software/gcc.
16
17Move to the sources Path and type:
18
19	make
20
21The game will now compile. If no errors occour, you can
22start it by typing
23
24	./ufo
25
26To clean object and backup Files, type:
27
28	make clean
29
30If you want to install the game, edit the Makefile to
31set the prefered Paths. Then type make install.
32Type make uninstall to remove all installed files.
33
34
35
36HighMoon - Duell im All.
37Copyright (c) 2005, 2006 Patrick Gerdsmeier <patrick@gerdsmeier.net>
38
39Das Spiel benoetigt die SDL-Bibliothek. Falls die nicht
40installiert ist, kann man sie bei http://www.libsdl.org
41downloaden.
42
43Zum Kompilieren der Quellen braucht man einen C++-Compiler.
44Ich habe den neusten GNU g++, den man unter
45http://www.gnu.org/software/gcc bekommen kann.
46
47Im Verzeichnis der Quellen reicht ein einfaches:
48
49	make
50
51um die Uebersetzung zu starten. Wenn kein Fehler aufgetreten
52ist, laesst sich das Spiel danach mit:
53
54	./ufo
55
56starten. Um alle Objekt- und Backup-Dateien zu loeschen
57reicht ein:
58
59	make clean
60
61Zum Installieren des Spiels, muss man die Pfade im Makefile
62anpassen. mit make install bzw. make uninstall wird das
63Programm danach installiert bzw. deinstalliert.
64
65