Home
Name Modified Size InfoDownloads / Week
README.txt 2013-03-28 1.8 kB
tkml_v0.1.zip 2013-03-28 120.2 kB
Totals: 2 Items   122.0 kB 0
# ########################################################################### #
#                            Copyright 2013 Rui Lopes
# 
#                    Take some of your time to know the real You
# ########################################################################### #
#
# tkml 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.
# 
# tkml 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 tkml.  If not, see <http://www.gnu.org/licenses/>.
# ########################################################################### #

Release Date : 2013-03-27
=========================

Installation:
-------------

 1. Unzip the file 'tkml_v0.1.zip' in a directory of your choice
 2. Open a command-line terminal
 3. Step into the directory created by unziping the file
 4. Use the Tcl interpreter to run the 'install.tcl' script:
   4.1 tclsh install.tcl
 5. The script will search for the most appropriate installation directory
 6. If the proposed installation directory suits you, press the 'Enter' key
 7. If not:
   7.1 Press 'n' followed by the 'Enter' key
   7.2 Enter the installation directory of your choice and press the 'Enter' key

Dependencies:
-------------

tkml needs the following packages installed:
 * Tcl
 * Itcl
If you will be using images of a format not supported natively by Tk, you will 
also need the 'Img' package.
Source: README.txt, updated 2013-03-28