The Artima Developer Community
Sponsored Link

Python Buzz Forum
Squeak 3.7

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
Squeak 3.7 Posted: Oct 23, 2004 3:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: Squeak 3.7
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

Squeak 3.7 uses the 3.6-3 virtual machine, which is the one that comes with Squeak 3.6.

If you already have Squeak 3.6, download and unpack Squeak3.7-5989-full.zip: This gives you Squeak3.7-5989-full.image and Squeak3.7-5989-full.changes. If you unpack into the default Squeak installation location (/usr/local/share/squeak on my FreeBSD machine) then you can simply run 'inisqueak' and choose the 3.7 image, as seen from the following transcript:

~/pkg/squeak37$ inisqueak 
No default image, looking for alternatives...

I found the following images:
     1  Squeak3.6-5429-full
     2  Squeak3.7-5989-full
(of which I might recommend Squeak3.6-5429, unless you know better).
Which one should I install [1-2]? 2
Installing Squeak3.7-5989-full.image.gz in /usr/local/home/ngps/pkg/squeak37
+ ln -s /usr/local/share/squeak/SqueakV3.sources   SqueakV3.sources
+ gunzip -dc /usr/local/share/squeak/Squeak3.7-5989-full.image.gz > squeak.image
+ gunzip -dc /usr/local/share/squeak/Squeak3.7-5989-full.changes.gz > squeak.changes
Running /usr/local/bin/squeak

Alternatively, just put these two files plus SqueakV3.sources in the same directory and invoke the 3.6-3 virtual machine with Squeak3.7-5989-full.image and you get Squeak 3.7.

Ok, the above paragraph might not be clear to people who aren't already familiar with this to begin with. Let's try again: In a directory with the following files, start the Squeak 3.6-3 virtual machine and you'll get Squeak 3.7.

SqueakV3.sources    - This is the same for all Squeak v3.
squeak.changes      - This is Squeak3.7-5989-full.changes.
squeak.image        - This is Squeak3.7-5989-full.image.

I see more fonts to choose from, including "Accushi" which looks like the Mac font. (Ok, I don't own a Mac and this font looks like the Mac font to my untrained eye. ;-)

Looks even more like a toy.

Squeak 3.7

Read: Squeak 3.7

Topic: Back To The Future Previous Topic   Next Topic Topic: i'm back

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use