Tested on Pharo 6
32bit plugin does not work on 64bit Linux - gtk2:i386 and gtk3:i386 are required. Installing them on 64bit linux will break your system!
Sparta provides multiple ways of loading code and dealing with external Moz2D vm plugin:
- Bootstrap all-in-one Sparta + Moz2D + Iceberg (git:group)
- Bootstrap light Sparta + Moz2D (file:group)
- Manual code-only Sparta (group)
- Manual plugin-only Moz2D
Stable v1.1 Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.1/src';
load: #git:core
Stable v1.1 Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.1/src';
load: #git:development
Bleeding edge Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #git:core
Bleeding edge Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #git:development
Stable v1.1 Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.1/src';
load: #file:core
Stable v1.1 Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.1/src';
load: #file:development
Bleeding edge Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #file:core
Bleeding edge Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #file:development
Stable v1.0 Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.0/src';
load: #core
Stable v1.0 Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta:v1.0/src';
load: #development
Bleeding edge Core
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #core
Bleeding edge Core + Tests + Lint rules
Metacello new
baseline: 'Sparta';
repository: 'github://syrel/sparta/src';
load: #development
Binaries for 32 and 64 bit platforms are deployed on bintray:
Stable v1.0 https://bintray.com/syrel/Moz2D/libMoz2D/1.0
Bleading edge https://bintray.com/syrel/Moz2D/libMoz2D