gottcode / gottet

Tetris clone

This URL has Read+Write access

gottet /
name age message
file .gitignore Mon Jun 16 13:22:17 -0700 2008 Added a git-ignore. [gottcode]
file COPYING Mon Jun 16 11:20:37 -0700 2008 Initial commit v1.0.1 [gottcode]
file ChangeLog Wed Jun 18 07:17:09 -0700 2008 Tag version 1.0.3 [gottcode]
file README Mon Jun 16 11:20:37 -0700 2008 Initial commit v1.0.1 [gottcode]
file gottet.pro Tue Jun 17 17:41:45 -0700 2008 FIXED: Binary not installed with make install. [gottcode]
directory icons/ Mon Jun 16 13:29:12 -0700 2008 Remember size of scoreboard. [gottcode]
file mac_deploy.sh Wed Jun 18 07:17:09 -0700 2008 Tag version 1.0.3 [gottcode]
directory src/ Wed Jun 18 07:17:09 -0700 2008 Tag version 1.0.3 [gottcode]
file windows_deploy.bat Mon Jun 16 11:20:37 -0700 2008 Initial commit v1.0.1 [gottcode]
README
Installation
============

Open a terminal and browse into the extracted folder.

Linux:
    1.) Type 'qmake' to configure the program. If you would like to install the
        program somewhere other than /usr/local, pass a new value for PREFIX
        during configuration: 'qmake PREFIX=/opt'.

    2.) Type 'make' to compile the program.

    3.) Type 'sudo make install' to install the program.

Mac OS X:
    1.) Type 'qmake -spec macx-g++' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type './mac_deploy.sh' to create a disk image of the program.

Windows:
    1.) Type 'qmake' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type 'windows_deploy' to copy the program and its required libraries
        into a subfolder.