[Webteam] An Installer script

Chris Cunnington smalltalktelevision at gmail.com
Thu Jun 21 20:48:37 UTC 2012


So here's an Installer script to load Aida and Scribo into Squeak 4.3. The SqueakSite is added as well. 
I imagine owing to Herbert's discoveries that some of his tweaks will be added to these packages. 

Chris 


x := (Installer monticello http: 'http://mc.aidaweb.si'). 
	x	project: 'Sport'; 
	 	install: 'Sport-2.031'.
	x	project: 'Swazoo'; 
		install: 'Swazoo-2.3beta2.6'.
	x	project: 'Aida';
		install: 'Aida6.4-janko.5'.
	x	project: 'Scribo';
		install: 'Scribo1.0-beta-janko.9'.
	
	
	x    project: 'SqueakSite';
		install: 'SqueakSite-janko.18'


More information about the Webteam mailing list