Installing Squeak


Installing Squeak on whatever operating system you choose is quite easy. You will need three files, which are platform independant, and a virtual machine specific to your platform. Usually, it is not necessary to compile the files, although the source is available.

For more information on downloading and installing Squeak, visit these websites: www.squeak.org and Squeak for Unix

To run Squeak, just extract the files into one folder and run the executable.
For unix machines, use this command:

./squeak Squeak2.7.image

Squeak is also available on the CCS network. It can be executed from

/proj/lorenz/.www/prot/com1204/squeak/runsqueak


Back to main page