Install 'Sake' and the appropriate package maps for your squeak version.

the general case

Installer install: '311-KernelExtensions'.
Installer squeaksource project: 'Sake'; install: 'Sake'.

"this code here is for upgrading images which have not yet got Packages-Common" (Smalltalk classNamed: 'PackagesAllVersions') ifNotNilDo: [:pav | pav category = 'Packages-Core' ifTrue: [ Installer ss project: 'Packages' install: 'Packages-Common'. ]].


Installer squeaksource project: 'Packages';
install: 'Packages-Core';
install: 'Packages-Common';
install: 'Packages-', (SystemVersion current majorMinorVersion copyWithout: $.).

see also PackagesAllVersions


Page Information

  • 3 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts