This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 3271821a8bfaf24ba87cdf1d869bab0dae4ea502
tree 360d9b6e5da1b27d60cad7b4f96f93cc9ae03c56
parent 014544f1ab71c989cd64a77b908f4541eaaec63f
tree 360d9b6e5da1b27d60cad7b4f96f93cc9ae03c56
parent 014544f1ab71c989cd64a77b908f4541eaaec63f
cutemaze /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | ||
| |
ChangeLog | ||
| |
README | Mon Jun 16 14:10:21 -0700 2008 | |
| |
cutemaze.pro | ||
| |
icons/ | ||
| |
mac_deploy.sh | ||
| |
preview/ | ||
| |
src/ | ||
| |
themes/ | ||
| |
windows_deploy.bat |
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.








