Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.17 KB

Brick

Travis Coveralls

Brick is a widget library on top of Bloc for Pharo.

Main maintainers : Glenn Cavarlé & Aliaksei Syrel

Installation

All-in-one versions

Brick + Bloc

The following installs #core version of Brick and Bloc without tests, development tools and experimental features

Metacello new
    baseline: 'Brick';
    repository: 'github://pharo-graphics/Brick/src';
    load: #core

The following installs #development version of Brick and Bloc including tests, development tools and experimental features

Metacello new
    baseline: 'Brick';
    repository: 'github://pharo-graphics/Brick/src';
    load: #development