|Old version of this kind of document, with more detailed instructions can be found here.
This article contains explanations on how to build your own Squeak VM.|
Requirements
GtkPlugin has been tested successfully on Slackware Linux with Gtk 2.8 and Squeak 3.9, so i would recommend to use the above tools.
Download
Download MC version and platform files from this page
Setup the VM
Untar downloaded platform files on top of the Squeak 3.9 VM, and you should have the following tree:
`-- platforms
-- Cross
`-- plugins
`-- GtkPlugin
`-- GtkPlugin.h
`-- unix
-- config
`-- make.cfg.in
`-- plugins
`-- GtkPlugin
-- Makefile.inc
-- acinclude.m4
`-- sqUnixGtkPrims.c
Load with Monticello
Once you downloaded and unzipped the package, you should find a .mcz file, then follow this steps:
- Open File Browser
- Select the .mcz file
- Click on the "Load" button
Generate the plugin
After loading the Monticello package, you should be able to generate the plugin through VMMaker:
- Open VMMaker
- Drag GtkPlugin from the left side to the external plugins side
- Click on "Generate external" button
Install the plugin
Once you have already installed Squeak 3.9 VM, you can now install the plugin by following these steps:
- cd platforms/unix/config
- make
- cd ../bld
- ../config/configure
- make install-plugins
Test it
Open a Workspace and a Transcript then doIt:
Once you've done playing with it, close the window and doIt:
Comments (0)
You don't have permission to comment on this page.