Skip to content

Install

Martín Dias edited this page Dec 5, 2024 · 5 revisions

Use the following script to install stable Bloc in stable Pharo:

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

You can replace master by:

  • dev to work on the development branch
  • v2.2.0 to load latest released version

Add this project to your Baseline with:

spec baseline: 'Bloc' with: [ spec repository: 'github://pharo-graphics/Bloc:v2.2.0/src' ].
Clone this wiki locally