On 7 Mar 2018, at 22:55, Sean P. DeNigris <sean@clipperadams.com> wrote:
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
just... launcher itself will not work on those machines since is based in Pharo 6.1 ;) Esteban
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html