next up previous contents index
Next: Reference Up: Introductory Scheme Previous: References

Installation

 

 

Installing XScheme:

  1. Get a copy of the files xscheme.tar.Z and install.scheme
  2. Move those files to the directory in which the scheme files should be installed (/usr/local is good). A new subdirectory of the current directory, called xscheme, will be created to hold the XScheme files.
  3. Type install.scheme
  4. To run XScheme, type (dir)/xscheme/scheme, where (dir) is the directory in which XScheme was installed (such as /usr/local). You may find it helpful to add a line like the following to your .cshrc file: alias xscheme /usr/local/xscheme/scheme
  5. You're done!



Steven J. Zeil
Tue Mar 4 14:36:27 EST 1997