Hello List : I'm a Mac OSX user new to SmallTalk and Pharo. I'd like to experiment with Designer but cannot work out how to load the package and open in Pharo. The instructions here : https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/... produce the error below.
Using Metacello, just run the following code in your workspace:
(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/') project: 'MetacelloRepository'; install: 'ConfigurationOfDesigner'. (Smalltalk at: #ConfigurationOfDesigner) load.
Errors : Unknown variable Installer Note : Further, I'm unsure what is implied by the instruction, "Using Metacelloâ¦" unless this merely refers to the second line of the script. May I request a set of instructions one might characterize as "designed for a nine year old" ! Regards : Hubert Wagner France