|
|
|
|
-
Follow the link
MIT Scheme 7.5 Downloads (or use our
-
Choose the binary distribution appropriate for your operating system,
such as the
Microsoft Windows
binaries, the
Linux
main binaries, or the
FreeBSD binaries.
The remaining instructions are for the Windows install.
The instructor or the GTA can help with the Linux install
during office hours.
-
Save it to the temporary folder.
- Run the self-extracting executable, which is self-installing.
-
Answer the installer's questions. The installer will allow you to
choose the directory in which MIT Scheme is to be installed, and
the name of the folder in which the
shortcuts are to be placed.
-
Download bmi.scm.
-
Launch the program SCHEME.EXE in the bin folder.
-
At the scheme prompt, type in
(load "bmi") and hit your
return/enter key.
Please include bmi in double quotes.
-
If you receive the output:
; Loading "bmi.scm" - done
;Value: main
then the installation was successful.
-
Send email to edwards@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.
|