DrGeo for Pharo Smalltalk
Par Hilaire Fernandes le samedi, avril 3 2010, 10:18 - Lien permanent
Pharo uses the Metacello system to install a source package with its dependencies.
I have updated DrGeo to make it compliant with Pharo 1.0. I also took the opportunity to write a ConfigurationOfDrGeo using Metacello package management facility.
The Configuration is for now in the DrGeo repository: http://squeaksource.com/DrGeoII
To install it, execute in a Workspace:
Gofer new url: 'http://www.squeaksource.com/DrGeoII' ; package: 'ConfigurationOfDrGeo'; load. (Smalltalk at: #ConfigurationOfDrGeo) perform:#load.
To start DrGeo, execute in Worspace:
DrGeo sample openInWorld
