On Thu, Jul 18, 2024 at 09:20:39 +0000, Van Ly wrote:

> I have the following packages installed.  Is there anything more I
> need to have installed to spawn a Smalltalk/Squeak workspace?
> 
> 1 $ pkgin se smalltalk
> 2 squeak-4.5           Full Smalltalk 80 with portability to UN*X, Mac, and 
> Windows
> 3 squeak-vm-4.10.2.2614nb34  Full Smalltalk 80 with portability to UN*X, Mac, 
> and Windows

I don't know for sure, but you'd usually run the smalltalk vm and
supply an image to it as an argumemt, so something like

  /usr/pkg/bin/squeak /usr/pkg/share/squeak/*/*.image

I'd guess, or

  squeak ~/.../my.image

etc.

-uwe

Reply via email to