Skip to content

Setup Guide

Jonathan Schneider edited this page Jun 30, 2016 · 17 revisions

##System requirements We officialy support only Squeak-4.6 and newer versions of Squeak.

##Installation Instructions We recommend to drag and drop the .sar-File into your image and then click "install sar file".
###~ or ~ If you don't want to wait for the next release:

  1. Make sure you have metacello-work installed.
  2. Load the project by running the following in your workspace:
    Metacello new
       baseline: 'Algernon';
       repository: 'github://HPI-SWA-Teaching/SWT16-Project-06:master/packages';
       onConflict: [:ex | ex allow];
       load

Activate Algernon

  1. Activate the panel in the preferences:
Tools > Preferences > Algernon
  1. Now you can toggle the Algernon panel using:

Windows and Linux: Alt+Space

Mac: Cmd+Shift+Space

  1. (optional) You can customize the keyboard shortcut :
Tools > Preferences > Algernon

##Previous versions Here you can find older versions of Algernon.

Clone this wiki locally