| Installation of the MT System on PC under Windows 3.1
|
- 386/486/Pentium based PC (for SWI-Prolog)
- Windows 3.1 (for SWI-Prolog)
- 4 MB main memory
- 10 MB free hard disk space
- SWI-Prolog 1.9.5 (public domain software)
SWI-Prolog is a public domain software developed by Jan Wielemaker,
University of Amsterdam (e-mail-contact:
jan@swi.psy.uva.nl).
It is available via
ftp://swi.psy.uva.nl/pub/SWI-Prolog.
The following files are available on
http://www.cs.tu-berlin.de/~ww/mtpc/:
README.TXT .... Installation information
LICENSE.MT .... License Agreement for Downloading/Using the
MT system
FILES.ENG ..... Structure of mtsys.zip and
mtdoc.zip
PKZ204G.EXE ... PK archive software
WINPL195.ZIP .. Archive with SWI-Prolog for Windows
MTDOC.ZIP ..... Archive with PostScript documents for the
MT system
MTSYS.ZIP ..... Archive with software and linguistic data for
the MT system
| Installation of the Software
|
- Installation of the PK archive software:
- create a directory PKZIP for PK, e.g.
mkdir c:\pkzip
- copy the file PKZ204G.EXE into the directory PKZIP,
e.g.
copy a:pkz204g.exe c:\pkzip
- change into the directory PKZIP, e.g. cd c:\pkzip
- unpack the self-unpacking PK software, i.e. call pkz204g
- Installation of the MT system:
- create a directory MTSYS for the MT system, e.g.
mkdir c:\FAST-v94
- copy the file MTSYS.ZIP into the directory
FAST-v94, e.g.
copy a:mtsys.zip c:\FAST-v94
- change into the directory FAST-v94, e.g.
cd c:\FAST-v94
- unpack the MT system software, e.g.
c:\pkzip\pkunzip -d -o mtsys.zip
- create a directory TMP for temporary files for
the MT system, e.g.
mkdir c:\tmp
optional in order to add the documentation for the MT system:
- copy the file MTDOC.ZIP into the directory
FAST-v94, e.g.
copy a:mtdoc.zip c:\FAST-v94
- change into the directory FAST-v94, e.g.
cd c:\FAST-v94
- unpack the MT system documentation, e.g.
c:\pkzip\pkunzip -d -o mtdoc.zip
- Installation of SWI-Prolog:
- copy the file WINPL195.ZIP into the root directory
C:\, e.g.
copy a:winpl195.zip c:\
- change into the directory C:\, e.g.
cd c:\
- unpack the SWI-Prolog software, e.g.
c:\pkzip\pkunzip -d -o winpl195.zip
- set the environment variables in the file AUTOEXEC.BAT, i.e.
- set SWI_HOME_DIR=c:\pl (SWI-Prolog home directory)
- set CONSOLE=sl:200,rows:25,cols:80,x:0,y:0
(window for SWI-Prolog)
- boot your PC, e.g. CTRL + ALT + DEL
- start windows, e.g. call win
- create a new program object, e.g.
- select menu option FILE
- select option NEW... from the FILE menu
- select radio button Program
- enter the information into the fields of the dialog box:
- Description: SWI-Prolog
- Command Line: c:\pl\bin\pl.exe
- Working Directory: c:\FAST-v94\prog\mt
In order to load and start the MT system see
http://www.cs.tu-berlin.de/~ww/mtstart.html.
Wilhelm Weisweber
Technical University of Berlin
Department of Computer Sciences
Institute for Communication and Software Technology (IKS)
Formal Models, Logic and Programming (FLP)
Sekr.: FR 6-10
Franklinstr. 28/29
D-10587 Berlin-Charlottenburg
Federal Republic of Germany
Fon: +49-30-314-73608
Fax: +49-30-314-73622
E-mail:
ww@cs.tu-berlin.de
WWW:
http://www.cs.tu-berlin.de/~ww/