-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
23 lines (17 loc) · 953 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PT Pascal v5.0 (c) 2019 Queen's University, (c) 1980 University of Toronto
December 2020
This directory contains the sources and build scripts for
PT Pascal and S/SL, version 5.0 as of December 2020.
To make PT Pascal and S/SL on a machine where PT and S/SL
are already installed, use the command "make install".
To make PT Pascal and S/SL on a machine where PT and S/SL
are not already installed, download and install Gnu Pascal
(command gpc), and use the command "make -f Makefile.GPC install".
To test the PT Pascal you have made before installation,
run the tests in the test subdirectory using the ptc and pti
command scripts in that directory.
Once PT Pascal and S/SL have been made and tested, install them
globally on your machine using the command "sudo ./Install.sh".
Editor plugins for the syntax colorization of PT and S/SL
source files using Vim are in the editors subdirectory.
See the README there for installation information.