~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to archives/pharo/src/INSTALL

  • Committer: Hilaire Fernandes
  • Date: 2023-11-07 15:06:27 UTC
  • Revision ID: hilaire@drgeo.eu-20231107150627-k0qzjc2xs4dwvbj3
Pharo 9 compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
Metacello new
44
44
    baseline: 'DrGeo';
45
 
    repository: 'tonel://', FileLocator imageDirectory fullName, '/drgeo/src';
 
45
    repository: 'tonel://', FileLocator imageDirectory fullName, '/drgeo/archives/pharo/src';
46
46
    load: #development.
47
47
 
48
48