logo       

Re: Installing Squeak From the Linux Command Line: msg#00122

lang.smalltalk.squeak.beginners

Subject: Re: Installing Squeak From the Linux Command Line

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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise