public
Description: Top-down maze game
Homepage: http://gottcode.org/cutemaze/
Clone URL: git://github.com/gottcode/cutemaze.git
gottcode (author)
Sat Jun 20 15:18:17 -0700 2009
commit  bb942959579cd278308c318ac1e6e57383dd5e9c
tree    5de242a361ae36334e8f0e3c12d4c7bdaf4f4ad7
parent  57e7986dc6025e77df2882db8b60f1fecc794d05
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.