Hello guys, I tried to install Morphic Designer, with the command (Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/') project: 'MetacelloRepository'; install: 'ConfigurationOfDesigner'. (Smalltalk at: #ConfigurationOfDesigner) load. that I found at https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer. SqueakScreenshot1.png (276K) Download Attachment |
Hi Edwin, try to install Metacello (https://github.com/Metacello/metacello) first via: "Get the Metacello configuration (for Squeak users)" Installer gemsource project: 'metacello'; addPackage: 'ConfigurationOfMetacello'; install. "Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version" ((Smalltalk at: #ConfigurationOfMetacello) project version: #'previewBootstrap') load. "Load the Preview version of Metacello from GitHub" (Smalltalk at: #Metacello) new configuration: 'MetacelloPreview'; version: #stable; repository: 'github://Metacello/metacello:configuration'; load. "Now load latest version of Metacello" (Smalltalk at: #Metacello) new baseline: 'Metacello'; repository: 'github://Metacello/metacello:master/repository'; get. (Smalltalk at: #Metacello) new baseline: 'Metacello'; repository: 'github://Metacello/metacello:master/repository'; load. Best, Marcel
|
Marcel, Thanks, it was not immediately obvious to me what was going wrong. Now let's try to make a simple data entry application. Kind regards, Edwin Ancaer, Would-be Squeak dev. Op ma 12 mrt. 2018 15:16 schreef Marcel Taeumel <[hidden email]>:
|
Free forum by Nabble | Edit this page |