Skip to content

moosetechnology/MooseIDE

Repository files navigation

MooseIDE

Coverage Status Run tests

New Tools for Moose

Installation

From the Pharo Launcher

  1. New (image)
  2. Official distributions
  3. Moose Suite 9.0 (development)
  4. (optionally change Image name:)
  5. Create image

Screen capture of Pharo Launcher to make MooseIDE image

From a Pharo 10 Image

Metacello new
  baseline: 'MooseIDE';
  repository: 'github://moosetechnology/MooseIDE:development/src';
  load

From a Pharo 9 Image

Metacello new
  baseline: 'MooseIDE';
  repository: 'github://moosetechnology/MooseIDE:v2.x.x/src';
  load