        |
Distributing a project
This page describes the easiest way to distribute when you don't want people to be able to access any scripting features. These instructions are a combination of information from http://minnow.cc.gatech.edu/squeak/2269, http://minnow.cc.gatech.edu/squeak/2182 and http://minnow.cc.gatech.edu/squeak/3563.
Detailed steps:
- You'll need to move your project into its initial state -- the one that you want people to see when they first launch the program.
- Go to the desktop menu, open, workspace.
- Type "Smalltalk abandonSources", select that text, right click to bring up the menu and click "do it"
- Type "Smalltalk garbageCollect", select that text, right click to bring up the menu, and click "do it"
- Type "Preferences disableProgrammerFacilities", select that text, right click to bring up the menu, and click "do it". Hit "yes".
- Save the image. Go to the desktop menu, and go to save.
- Quit Squeak
- Download a zipped copy of Squeak, replace the image file in the zipped distribution with your own image, rezip and distribute.
For an example, see http://wiki.cs.uiuc.edu/cs497rej/Sm&%23275%3Bgo, where we distributed a game for Windows and OS X.
Link to this Page
- Squeak How-To last edited on 1 July 2005 at 5:47:09 pm by 12-221-97-163.client.insightBB.com
|