Hi Igouy,
Kind of, yes. In Pharo9 we now support many different architectures, meaning
that vms are not only compiled for 32/64 bits, but for aarch64 or x86-64.
This means that link is now obsolete in favour of
pharo-vm-Linux-[ARCH]-stable.zip. For example
- pharo-vm-Linux-x86_64-stable.zip
-
Hi Yanni,
Now vms are organised by architecture.
The link to get the lastest vm for Darwin x86_64 is now
https://files.pharo.org/get-files/90/pharo-vm-Darwin-x86_64-latest.zip
Otherwise, we recommend using zeroconf or the pharo launcher, as they detect
your machine’s architecture and download t
Hi Tau,
the gtk backend does not comes loaded by default, you need to load it:
Metacello new
repository: 'github://pharo-spec/Spec-Gtk';
baseline: 'SpecGtk';
onConflict: [ :e | e useIncoming ];
onUpgrade: [ :e | e useIncoming ];
load.
and of course, remember you need gtk3 in your system :)
check h
On Monday, July 19, 2021, 12:55:08 AM PDT, Guillermo Polito
wrote:
> that link is now obsolete in favour of pharo-vm-Linux-[ARCH]-stable.zip.
That "obsolete" link is still given in the section
"Pharo standalone"
on the page
"https://pharo.org/download";