-
Notifications
You must be signed in to change notification settings - Fork 3
Install
Martín Dias edited this page Oct 15, 2025
·
9 revisions
To load master branch:
Metacello new
baseline: 'Alexandrie';
repository: 'github://pharo-graphics/Alexandrie:master/src';
loadThis is an example of more customized load, with:
-
v2.6.0released version, and -
ffi-minimalBaseline group
Metacello new
baseline: 'Alexandrie';
repository: 'github://pharo-graphics/Alexandrie:v2.6.0/src';
load: 'ffi-minimal'Add this project to your Baseline with:
spec baseline: 'Alexandrie' with: [ spec repository: 'github://pharo-graphics/Alexandrie:v2.6.0/src' ].