Install 'Sake' and the appropriate package maps for your squeak version.
the general case
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
|
Wiki Information |
Recent PBwiki Blog Posts |