~ubuntu-branches/ubuntu/intrepid/enigma/intrepid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2005-08-28 15:30:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050828153009-sky64kb6tcq37xt5
Tags: 0.92.1-1
* New upstream subversion checkout
* Remove menu.s3m, which we are allowed to distributed but not to modify
  also copyright notice is confusing... (Closes: #321669)
* Rebuild with new libzipios (Closes: #325405)
  I hope this works without a versioned build-dependency
* Added "enigma replaces enigma-data" for upgrades (Closes: #308558)
* Added notes about the fonts copyright.
* updated to policy 3.6.2.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
About Enigma
2
 
============
3
 
 
4
 
Enigma is a tribute to and a re-implementation of one of the most
5
 
original and intriguing computer games of the 1990's: Oxyd.  Your
6
 
objective is easily explained: find and uncover all pairs of identical
7
 
Oxyd stones in each landscape.  Sounds simple?  It would be, if it
8
 
weren't for hidden traps, vast mazes, insurmountable obstacles and
9
 
innumerable puzzles blocking your direct way to the Oxyd stones...
10
 
 
11
 
Enigma is not nearly finished and help is always appreciated.  If you
12
 
enjoy programming, painting, recording sound effects, or designing
13
 
levels, you can always join our developers' mailing list at
14
 
 
15
 
    http://mail.nongnu.org/mailman/listinfo/enigma-devel
16
 
 
17
 
You do not need to be subscribed to send emails to the list, simply mail
18
 
to
19
 
 
20
 
   enigma-devel@nongnu.org
21
 
 
22
 
The official Enigma homepage can be found at
23
 
 
24
 
    http://www.nongnu.org/enigma/
25
 
 
26
 
If you have any questions, suggestions, or contributions, feel free to
27
 
send email to the mailing list or to my personal address below.  Have
28
 
fun!
29
 
 
30
 
    Daniel Heck <dheck@ix.urz.uni-heidelberg.de>
31
 
 
32
 
 
33
 
Playing Enigma
34
 
==============
35
 
 
36
 
Please refer to the user manual for instructions on how to play Enigma,
37
 
or simply start with the tutorial levels included with the game.
38
 
 
39
 
 
40
 
Installation
41
 
============
42
 
 
43
 
Installation on Windows and MacOS X is straightforward: Simply download
44
 
the appropriate .exe or .dmg file and start it with a double click.
45
 
 
46
 
Things get a little more complicated for other operating systems,
47
 
please refer to Enigma's download page
48
 
 
49
 
       http://www.nongnu.org/enigma/download.html
50
 
       
51
 
for up-to-date information.  If you are running some kind Unix system,
52
 
you have always the option of compiling Enigma yourself; this is
53
 
explained in the next section.
54
 
 
55
 
There may or may not be binaries for your Linux distribution of choice,
56
 
and they may or may not work on your computer.  This is not our fault:
57
 
packaging a Linux version that works everywhere is almost impossible,
58
 
thanks to countless subtle and not-so-subtle differences between each
59
 
and every Linux distribution.  Please complain to your vendor if this
60
 
bugs you.
61
 
 
62
 
 
63
 
Compiling Enigma
64
 
================
65
 
 
66
 
This section briefly describes how to compile Enigma on a Unix machine.
67
 
If you are interested in building Enigma on Windows, please see the
68
 
documentation in `doc/README.mingw'.
69
 
 
70
 
If you want to compile Enigma from source, you must have the following
71
 
programs and libraries installed
72
 
 
73
 
    * A C++ compiler
74
 
    
75
 
      GNU C++ 2.95.4, 3.3 and 3.4 are officially supported, older
76
 
      versions may not work.  If you use another C++ compiler, your
77
 
      mileage may vary.  The Intel C++ compiler used to work, but we
78
 
      haven't tested it in a long time.
79
 
      
80
 
    * SDL >= 1.2 
81
 
    
82
 
      http://www.libsdl.org
83
 
      
84
 
    * SDL_mixer >= 1.2.4 
85
 
    
86
 
      http://www.libsdl.org/projects/SDL_mixer
87
 
      
88
 
    * SDL_image >= 1.2.0 
89
 
    
90
 
      http://www.libsdl.org/projects/SDL_image
91
 
      
92
 
    * SDL_ttf >= 2.0.6 
93
 
 
94
 
      http://www.libsdl.org/projects/SDL_ttf
95
 
    
96
 
These should already come with most reasonably up-to-date Linux
97
 
distributions.  If you don't have them on your system, please download
98
 
and install them before trying to build Enigma.
99
 
 
100
 
Installation should now be as easy as typing
101
 
 
102
 
    ./configure && make && make install
103
 
 
104
 
in the enigma directory.
105
 
 
106
 
 
107
 
Copying
108
 
=======
109
 
 
110
 
Enigma is free software.  You may copy and modify it under the terms
111
 
of the GNU General Public License, Version 2 or, at your option, any
112
 
later version.  For details, please refer to the accompanying
113
 
COPYING.GPL file.
114
 
 
115
 
  To my best knowledge the included sound effects are either in the
116
 
public domain or freely distributable.  I wasn't able to pin down the
117
 
exact origin of each sound file -- the copyrights of which I am aware
118
 
are collected in sound/README.  Please refer to this list before using
119
 
the samples in your productions.