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.
- Download Squeak for Windows 98/95, NT
- Download Squeak for Macintosh
- Linux on an Intel x86 will require these files:
- Download Squeak for other unix operating systems
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