Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Quick Install
Last updated at 11:20 pm UTC on 6 July 1999
For a quick installation on Unix, do the following.


  1. Build a virtual machine from Ian's 2.4 sources. Make sure it works, and back up your files before proceeding.

  2. Change directory to the top of your 2.4 source tree, and unpack the tar file or the zip archive, overlaying the existing files.

  3. Rebuild the virtual machine. Copy the VM and the loadable modules (.so files) to their proper locations. If in doubt, put copies of the loadable modules in the directory from which you run Squeak.

  4. Run Squeak using the new VM and the new loadable modules. File in the change set for OSProcess, and try the examples in OSProcess class and UnixProcess class.