File: INSTALL

package info (click to toggle)
adonthell-data 0.3.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,776 kB
  • ctags: 389
  • sloc: python: 4,667; sh: 3,327; makefile: 362; sed: 16
file content (60 lines) | stat: -rwxr-xr-x 1,442 bytes parent folder | download | duplicates (4)
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
Requirements:
=============
To install the Waste's Edge data package you need to have the Adonthell 
game engine version 0.3.3 or later installed. In order to make use of
the included true type font you'll need at least version 0.3.4.

Note that this package won't work with Adonthell >= 0.4.


Installing:
===========

From source:
------------

In the toplevel wastesedge-0.3.4 directory type

$> ./configure
$> make

and (as root)

$> make install

For more information, see the README file.


Debian users:
-------------

You can automatically get an installable Debian package by typing

$> debuild 

within the wastesedge-0.3.4 directory. 'debbuild' is part of the
'devscripts' package. You'll need a properly installed 'adonthell' 
package of course, which you can get from Adonthell's sources.

You can then check whether the game is correctly installed by invoking
'adonthell -l', which should list 'wastesedge'.

Then, typing 'adonthell wastesedge' or simply 'adonthell-wastesedge' will
get you into the game.


RPM users:
----------

To create an installable RPM package, type

$> rpm -tb wastesedge-0.3.4.tar.gz

Note that the 4.x versions of rpm are currently unsupported. Feel free
to change that, if you want.


**************************************************************
* That's it! Enjoy the game and let us know what you think!! *
**************************************************************
					- The Adonthell Team