Digest 0.1
GestureLab 1.0a2


REQUIREMENTS
=============
 
  Trolltech Qt 4.2.2
    - On Mac OS X, configure it with:
      ./configure -no-framework -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk -sql-sqlite
    - Note: If (and only if) compiling on PowerPC, enable the QMAKE_MAC_SDK line in config.pri

BUILD INFORMATION
==================

  Build Procedure
    - Type:
      $ qmake
      $ make
      $ make install  (or "sudo make install" if Qt is in a system directory) 
    - Note: The executables will be placed in the "bin/" directory.
    - Note: The "make install" step is required to copy the packaged plugins
            into the application bundles on Mac OS X.

  Setting Debug and Release Mode
    - Edit config.pri (in the same directory as this file).
      The comments in the file state which lines need to be
      un-commented or commented-out in order to change the build mode.
    - Note: To build in release mode, Qt will need to also have been
            built in release mode.
    - Note: In release mode on Mac OS X, the Qt libraries that it uses
            will be automatically copied in to the application
            bundle's "Resources" directory and "install_name_tool"
            will be used to get Digest to point to those libraries. 

  Supported Platforms
    - Theoretically, but more so potentially, Mac OS X, Windows and
      UNIX based/oriented systems that use X11.
    - Developed and tested with Mac OS X, versions 10.4.1 - 10.4.10


LICENSE
========

    Copyright (c) 2005-2007 Optimisation and Constraint Solving Group,
    Monash University. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
