grimo Entertainment
Simple DirectMedia Layer
PipeNightDreams
Just Another Pipe Trip
 
 

Libraries required

SDL-1.1.5 or higher

SDL_image-1.0.9 or higher

You can find them at www.libsdl.org

RPM Packages


pipenightdreams-0.10.0-1.i386.rpm(1.4Mb)
or
pipenightdreams-0.10.0-1.src.rpm(1.5Mb)

Tar balls

The sources, graphics and levels packages are:

pipenightdreams-0.10.0.tar.gz(1.5Mb gzip format)

or
pipenightdreams-0.10.0.tar.bz2(1.5Mb bzip2 format)

Installation instructions

(Read the complete installation instructions from the INSTALL file)

Uncompress the package:

tar xfvz pipenightdreams-0.10.0.tar.gz
or
bzip2 -d -c pipenightdreams-0.10.0.tar.bz2 | tar xv
(if you downloaded the bzip2 compressed version)


Change directory:

cd pipenightdreams-0.10.0


Compile and install:

./configure [--prefix=<PREFIX DIRECTORY>]
(default prefix directory is /usr/local)
make
make install (You'll need to be root to do this)


By default, this will compile the game and install the binary file at /usr/local/bin and the data dirs at /usr/local/share/games/pipenightdreams.

To run it (by default):

/usr/local/bin/pipenightdreams

or if you have /usr/local/bin in your PATH, just:

pipenightdreams

and if you want it in fullscreen mode:

pipenightdreams --fullscreen

Remember that if you put the images and levels subdirectories in a directory other than the default or the one specified at configure time you should run the game with the --datadir <DATA DIRECTORY> option.