[Newbies] Installing Squeak From the Linux Command Line

Markus Schlager m.slg at gmx.de
Fri Nov 30 22:15:01 UTC 2007


Hi Dale,

On Thu, 29 Nov 2007, Dale Wiles wrote:
[...]
> Return to /tmp/squeak_tmp/Squeak-3.9-8
> 
>   squeak> cd ../../../../..

I'd prefer

   squeak> cd /tmp/squeak_tmp/Squeak-3.9-8

[...]
> * HOW TO START A NEW PROJECT
> 
> Make a directory to hold the project.  Say project "foo" in your home
> directory.
> 
>   > mkdir ~/foo
> 
> Change directory in to it.
> 
>   > cd ~/foo
> 
> Copy the Squeak "image" and "changes" files into the project directory.
> 
>   foo> cp /usr/local/lib/squeak/squeak.image .
>   foo> cp /usr/local/lib/squeak/squeak.changes .
> 

I think you'll need a symbolic link to the squeak-sources, something like

   foo> ln -s /usr/local/lib/squeak/SqueakV3[9].sources .

Markus


More information about the Beginners mailing list