- ProfessorJ Wizard for PLT Scheme 209
The ProfessorJ Wizard library was mistakingly omitted from
the v209 distribution. This is not actually a patch file:
installing it will not change DrScheme, it will only add the
missing library.
This is a PLT package file. To install it, you need to run the PLT
setup utility:
- Windows
- Either open the file when you download it, or double click the
downloaded file to install it. You can also drag it onto the
Setup PLT
executable in the PLT directory.
- Macintosh
- Drag the file onto the
Setup PLT
application in the PLT
folder.
- Unix
- In a shell, run
plt/bin/setup-plt
with the downloaded
file as an argument.
Most PLT packages will get written to a user-specific directory, but
some will try to create files in the PLT installation directory
— in this case you will have to do this with the appropriate
administrative rights (if the PLT directory is in a system location).
System administrators: if you want to install a PLT package for all
users of a system, use the --all-users
flag on the command line
when you do the above procedure (you should use the command-line to do
the installation).
Please remember to restart DrScheme after installing the package.