HTML-Template-Engine

Ned Konz ned at bike-nomad.com
Mon Dec 16 17:15:01 UTC 2002


On Monday 16 December 2002 01:43 am, Chris Burkert wrote:
> Let's say I have a new 3.4b image. What is the right way to get the
> Plugin running ?

Setting up the VM
	get the VM sources
	unpack to a directory
Setting up the image
	get an image
	load the rePlugin from SqueakMap
Generate the sources
	use VMMaker
		VMMakerTool openInWorld
		set path to platforms code
		set path to generated sources
		Choose internal/external plugins
			DropPlugin doesn't work right, I think.
			MIDIPlugin doesn't work
		Generate source using VMMaker tool's Generate All button
Build everything
	cd <VM source directory>
	mkdir build
	cd build
	../platforms/unix/config/configure
	make
Try new VM
	mkdir .libs
	cp */.libs/*.so .libs
	./squeak -plugins $PWD/.libs ../squeak.image

	If you make everything internal, you don't have to specify a libs 
directory
	or copy them.
Test the plugin
	TestRunner open
	select ReTest
	click Run button
Install it
	su
	make install
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list