****************************************************************************************************
*****    This is a part of KardsGT.                                                            *****
*****                                                                                          *****
*****    Copyright (C) 2008  John Schneiderman <JohnMS@member.fsf.org>                         *****
*****                                                                                          *****
*****    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 3 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, see <http://www.gnu.org/licenses/>.                                  *****
****************************************************************************************************

Needed for compiling
====================
1) QT 4.3 or greater for graphical rendering.
2) QAssistantClient for help display.
3) Krita for image conversion.

How To compile the programme
============================
1) Convert each of the Krita images to png.
  1a) You want to re-size the image named kardsgticon to 60, 40.
  1b) In the players folder place each of the converted player images in their
      respective folders.
2) Compile the programme from the main directory.
  2a) qmake
  2b) Choose version desired, debug or release
        make debug
        make release
  2c) Choose version desired, debug or release
        cd src && make debug-install
        cd src && make release-install
3) Add the documentation to the QT Assistant.
  3a) assistant -addContentFile kardsgt.dcf, again give the location of
      kardsgt.dcf that is appropriate to your compiling needs.
4) Associate the file extension kgf with KardsGT.
  4a) The file kardsgticon.png is the icon to use for the KardsGT project.

Known Issues
============
1) If you're compiling using a non-gcc compiler:
  1a) Remove the line disabling the exception fix for non-QT exception enabled
      systems.
  1b) If you are on a non-QT exception enabled system, add the appropriate line
      for your compiler.
