How can I run a Headless Squeak app?

Nathan Wallace nathan at synop.com
Fri Apr 23 16:53:18 UTC 1999


OK, I think I've got the headless VM running...  thanks

How do I specify what smalltalk code should be run when the image starts
up?

Thanks,

Nathan


Ian Piumarta wrote:
> 
> > How can I create and run a headless squeak app?
> > I am using Red Hat linux.
> 
> Extract the unix sources, then from the top-level dir (the one
> containing "src" "util" etc.) do:
> 
>         make mkdir
>         make CFLAGS+=-DHEADLESS
> 
> If all goes well, the build subdir will contain a VM that has
> display support removed.
> 
> Ian





More information about the Squeak-dev mailing list