Instructions for running VisualWorks Smalltalk 5i.4.

To run, first you will need to get a copy of your own image.  To do this, simply issue
the following commands:

cd
mkdir -p cspp51050/smalltalk
cd cspp51050/smalltalk
cp /opt/vw/vw5i.4nc/image/visual* .
chmod u+rw *

Then, add the following line to your startup file (.bashrc):

export VISUALWORKS=/opt/vw/vw5i.5nc
export MYIMAGE=~/cspp51050/smalltalk/visualnc.im

If you're running the cshell (.cshrc or .tcshrc):

setenv VISUALWORKS /opt/vw/vw5i.5nc
setenv MYIMAGE $HOME/cspp51050/smalltalk/visualnc.im

Save the startup files and source them:

Bash:

. ~/.bashrc

CShell:

source $HOME/.tcshrc
or
source $HOME/.cshrc

Then, issue the following command:

~mark/bin/smalltalk

A Lesson Runner is available as a tutorial.  Also see Smalltalk references on the course Home Page.