|
|
|
|
SUGGESTED STEPS FOR GETTING SCHEME
-
Follow the link
SWI-Prolog download page.
-
Choose an appropriate operating system.
Mr. Rao chose
Win32 binary
"Self-installing executable of version 3.2.8
for Windows 95, 98 and Windows-NT";
you might choose a Linux version.
The remaining instructions are for the Windows install.
The instructor or the GTA can help with the Linux install
during office hours.
-
Save the file w32pl328.exe to the temporary folder (C:\Temp).
-
Execute w32pl328.exe and put the installation proceeds in folder C:\Prolog.
-
Open readme.txt and set the environment variables as indicated under the
section Further Installation.
-
From the Prolog page,
download a prolog program (e.g., agatha_christie.pro).
-
Rename agatha_christie.pro to agatha_christie.pl
(change the extension from .pro to .pl).
-
Launch PLWIN.EXE, a window opens with the Prolog prompt.
-
At the Prolog prompt, type '[agatha_christie].'
--- without single quotes but with the period at the end.
-
If the compilation is indicated as successful,
then your installation is also successful.
-
Send email to heath@cs.vt.edu
if you find errors in this procedure
or if you have serious difficulty installing Scheme by this
procedure.
You may prefer to see the instructor or the GTA during office hours.
THESE SAMPLE PROGRAMS ARE PROVIDED FOR YOUR CONVENIENCE
IN TESTING YOUR INSTALLATION OF PROLOG
|