|
|
Libraries requiredSDL-1.1.5 or higher SDL_image-1.0.9 or higher You can find them at www.libsdl.org RPM Packagespipenightdreams-0.10.0-1.i386.rpm(1.4Mb)or pipenightdreams-0.10.0-1.src.rpm(1.5Mb) Tar ballsThe 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.gzor bzip2 -d -c pipenightdreams-0.10.0.tar.bz2 | tar xv Change directory: cd pipenightdreams-0.10.0 Compile and install: ./configure [--prefix=<PREFIX DIRECTORY>] 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. |