Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.1 KB

MooseIDE

Coverage Status development Moose version

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