public
Fork of rawler/tetzle
Description: A jigsaw puzzle game that uses tetrominoes for the pieces.
Homepage: http://gottcode.org/tetzle/
Clone URL: git://github.com/gottcode/tetzle.git
tetzle /
name age message
file .gitignore Sat Jun 14 12:03:45 -0700 2008 - Added a git-ignore. [Ulrik Mikaelsson]
file COPYING Sat Jun 14 12:03:02 -0700 2008 - Initial commit v1.0 [Ulrik Mikaelsson]
file ChangeLog Sun Dec 21 17:41:19 -0800 2008 Tag version 1.2.1. [gottcode]
file README Sat Jun 14 12:03:02 -0700 2008 - Initial commit v1.0 [Ulrik Mikaelsson]
directory icons/ Sat Jun 14 12:03:02 -0700 2008 - Initial commit v1.0 [Ulrik Mikaelsson]
file mac_deploy.sh Sun Dec 21 17:41:19 -0800 2008 Tag version 1.2.1. [gottcode]
directory src/ Sun Dec 21 17:41:19 -0800 2008 Tag version 1.2.1. [gottcode]
file tetzle.pro Wed Dec 17 07:18:55 -0800 2008 Add panning and zooming to overview window. [gottcode]
file windows_deploy.bat Sat Jun 28 14:15:53 -0700 2008 Add image plugins to Mac and Windows releases. [gottcode]
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.