How to Install
Installation procedure for the WINDOWS distribution:
Installation procedure for the LINUX BINARY distribution:
- download & install the libraries SDL and SDL_image
- download the last binary package (dossizola-bin.1.0.tar.gz)
- decompress it in the directory where you want to install the game (example for installing in /usr/local/games/dossizola, you need to be logged as root):
tar -xzf dossizola-bin.1.0.tar.gz -C /usr/local/games
- start the game by typing:/usr/local/games/dossizola/dossizola
(you can past -h in argument for a little help about the command line options: like fullscreen or windowed mode)
Installation procedure for the LINUX SOURCE distribution:
- download & install the libraries SDL & SDL-devel and SDL_image & SDL_image-devel
- download the last source package (dossizola-src.1.0.tar.gz)
- decompress it in the directory you want to install the sources (example for installing in /usr/local/src/dossizola-1.0, you need to be logged as root):
tar -xzf dossizola-src.1.0.tar.gz -C /usr/local/src
- move to the source directory:
cd /usr/local/src/dossizola-1.0
- compilation procedure:
- ./configure
- make
- make install
It will install the game in /usr/local/games/dossizola, for install in another directory, try ./configure --prefix=/usr/games, for install in /usr/games/dossizola