File: INSTALL.txt

package info (click to toggle)
gemdropx 0.9-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,916 kB
  • ctags: 265
  • sloc: ansic: 1,757; cpp: 198; makefile: 90
file content (53 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (8)
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
Gem Drop X INSTALL
------------------
May 18, 2002

  Requirements
  ------------
    Simple DirectMedia Layer
    ------------------------
      Gem Drop X requires SDL 1.1.0 or newer:

        http://www.libsdl.org/

    SDL Mixer Library (optional)
    -----------------
      Gem Drop X can use SDL's mixer library (1.0.0 or newer) to play
      sound and music:

        http://www.libsdl.org/projects/SDL_mixer/

    Joystick (optional)
    --------
      Gem Drop X also supports joystick input using SDL's joystick API.


  Compiling
  ---------
    Generic Compiling
    -----------------
      To compile, just type:

        make

    Disable Sound
    -------------
      If you do not have the SDL mixer library, or for some reason do not
      wish to use sound, type:

        make nosound

    Installation
    ------------
      After Gem Drop X is compiled, run the following command to
      install it:

        make install

      The program ("gemdropx") will be copied into /usr/local/bin/.
      The data will be installed into /usr/local/share/gemdropx/.

  Running
  -------
    Just run "gemdropx" to play the game!