Appendix D - The README file from mtMintKit
---------------------------------------------
mtMintKit 0.8 - Copyright (C) 2008 Mark Tyler
---------------------------------------------
mtMintKit 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.
mtMintKit 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.
See ./doc/handbook/index.html for documentation about mtMintKit.
http://mtmintkit.sourceforge.net/
http://sourceforge.net/projects/mtmintkit/
marktyler@users.sourceforge.net
-----------
Compilation
-----------
To compile mtMintKit you will need a GNU development system (i.e. gcc, supporting headers and libraries), SDL, and FreeType.
To compile and install mtMintKit:
./configure
make
su -c "make install"
Use "./configure --help" to see what other compilation options are available.
To uninstall the library you would use:
su -c "make uninstall"