Delivery of Applications was:[BUG] Abandon Sources Failure in 3.2

squeak-dev at lists.squeakfoundation.org squeak-dev at lists.squeakfoundation.org
Mon Oct 21 09:43:16 UTC 2002


Hi all!

Ned Konz <ned at bike-nomad.com> wrote:
[SNIP]
> What you probably also want to do:
> 
> * write a script that strips out all the unnecessary cruft out of the 
> image. There are a number of entire applications in there (games, a 
> web browser and mail client, a web server, etc.) that you probably 
> don't need. Then share the script with us because we need it too!
> 
> Please share your findings and improvements with the list. I (and 
> probably others also) want to ship packaged Squeak-based apps.
> 
> Thanks,
> -- 
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE

Ok, I sent this to the list a while ago, but I think it still works
somewhat.
It's the stripping methods we used in the VH project (creates a 6Mb
image IIRC):
-------------------

Hi!

Ok, here we go. First you go to:

http://anakin.bluefish.se:8000/vh/12

...and download the source package. When we deploy "VH" we essentially
do this:

1. Read and follow comment of VHUtilities>>stripAndSave
2. Run stripAndSave. The strip method is something I gobbled together
from Swiki etc. Don't ask me for details... :-)
3. Run the "deploy script" which is just a simple bash script. Nothing
complicated.

I use this on a Debian box for packaging zips for both Linux and Win32.
You can also see the .bat files etc for starting up "different apps"
using the same image.

Mail me if you have questions.

regards, Göran



More information about the Squeak-dev mailing list