Grab the installer and run it.
|
- Download the source tarball here.
- Untar the source - tar -zxvf touchmegames-x.x.x.tar.gz, where the x.x.x is the current version
- Change directory into the source directory - cd touchmegames/src.
- Make the binaries - make
- Install the binaries and other files - make install
- Play - touchmegames
|
- Unar the source - tar -zxvf touchmegames-x.x.x.tar.gz, where the x.x.x is the current version
- Change directory into the source directory of the game you wish to install, example gorillathrilla -
* cd touchmegames/src/gorillathrilla.
- Make the game - make game
- Install the binary and other files - make install
- Play - gorillathrilla
|