EstebanLM wrote
> get.pharo.org/30+vm <http://get.pharo.org/30+vm> 

And if you prefer a GUI over the command line, Launcher automatically
downloads images pretty far back (I just confirmed that 1.4 works on a MBP
2017) and matches them up to the correct VM. One caveat: if the image is
very old (e.g. the 1.4 above), Launcher will hang when you try to run the
DLed image with a "determining correct VM for imageā€¦" dialog. The solution
is simple: create a `pharo.version` text file in the image folder with
`majorVersionNumber asString, minorVersionNumber asString` (e.g. for Pharo
1.4 -> '14'). That will tell Launcher which VM to use. I happily use
Launcher for all my development images. HTH



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to