Using a squeak VM

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Using a squeak VM

Brian Lockwood
Hi, I am trying to "run" a squeak VM. It is scratch 1.4

I have the VM etc downloaded from the site at MIT. source page

I managed to run it by overwriting the default folder with the scratch one and renaming the scratch.image as squeak.image.

Seems to me that this was not what I should have to do.

If someone has given me a squeak vm and source code, how do I just get MySqueak to load and run it?

Or is this the wrong question? (Or rather, was "that" the wrong question?  )

System Tosh dual core Intel, Fedora 16
 3.2.10-3.fc16.x86_64


Brian

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Using a squeak VM

Bert Freudenberg

On 21.03.2012, at 12:20, Brian Lockwood wrote:

> Hi, I am trying to "run" a squeak VM. It is scratch 1.4
>
> I have the VM etc downloaded from the site at MIT. source page
>
> I managed to run it by overwriting the default folder with the scratch one and renaming the scratch.image as squeak.image.
>
> Seems to me that this was not what I should have to do.
>
> If someone has given me a squeak vm and source code, how do I just get MySqueak to load and run it?
>
> Or is this the wrong question? (Or rather, was "that" the wrong question?  <35F.gif>)
>
> System Tosh dual core Intel, Fedora 16
>  3.2.10-3.fc16.x86_64

squeak /path/to/my.image


- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Using a squeak VM

Randal L. Schwartz
>>>>> "Bert" == Bert Freudenberg <[hidden email]> writes:

Bert> squeak /path/to/my.image

Didn't this at one point require file:///... or has that been long fixed?

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Using a squeak VM

Bert Freudenberg

On 21.03.2012, at 19:10, Randal L. Schwartz wrote:

>>>>>> "Bert" == Bert Freudenberg <[hidden email]> writes:
>
> Bert> squeak /path/to/my.image
>
> Didn't this at one point require file:///... or has that been long fixed?


You're thinking of script arguments, this is about the image. Different topic (and I think it has been fixed)

- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners