File: INSTALL

package info (click to toggle)
mmucl 1.5.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 648 kB
  • ctags: 303
  • sloc: tcl: 4,977; sh: 111; makefile: 97
file content (19 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Installation Guide
------------------

First install Tcl/Tk 8.4 or better if it is not already installed.
You can get the the latest releases at http://tcl.sourceforge.net.
Mmucl will use another thread to do async lookups If you build Tcl/Tk
with thread support.

The distibution creates its own directory when uncompressed.

On windows and mac machines, start mmucl by clicking on "mmucl.tcl"
in the main directory.

On unix machines edit the Makefile to decide where Mmucl will be
installed, then do a "make install". A startup script called
"mmucl2" that starts the various interfaces will be created.
You can do "mmucl2 --help" to get usage information. To just
try out mmucl without installing do "tclsh8.4 mmucl.tcl"
from the main directory.