public
Description: Tetris clone
Homepage: http://gottcode.org/gottet/
Clone URL: git://github.com/gottcode/gottet.git
gottcode (author)
Tue Jun 17 17:41:45 -0700 2008
commit  52b01850f004d2f2aebc78b0f624af7bee5dcd1c
tree    53886675e8b388e44c42b2f2ac2e95da9138d7bf
parent  451a816eeaef914feb992e2e7d1895d6c9c77b37
gottet /
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.