Skip to content

Install

Martín Dias edited this page Dec 20, 2025 · 10 revisions

To load master branch:

Metacello new
        baseline: 'Alexandrie';
        repository: 'github://pharo-graphics/Alexandrie:master/src';
        load

This is an example of more customized load, with:

  • v2.7.0 released version, and
  • ffi-minimal Baseline group
Metacello new
        baseline: 'Alexandrie';
        repository: 'github://pharo-graphics/Alexandrie:v2.7.0/src';
        load: 'ffi-minimal'

Add this project to your Baseline with:

spec baseline: 'Alexandrie' with: [ spec repository: 'github://pharo-graphics/Alexandrie:v2.7.0/src' ].

Clone this wiki locally