Experimenting with porting DrGeo to GT
# gt4DrGeo Experimenting with porting DrGeo to GT ## Installation This will load DrGeo sources as well as the Gt4DrGeo extensions: ``` Metacello new repository: 'github://feenkcom/gt4DrGeo:main/src'; baseline: 'Gt4DrGeo'; load. #BaselineOfGt4DrGeo asClass loadLepiter. ``` If you just want the DrGeo sources, you can load: ``` Metacello new repository: 'github://feenkcom/gt4DrGeo:main/src'; baseline: 'DrGeo'; load. ```