May 6, 2013
11:42 a.m.
Thanks, the incantation worked. Question: get.pharo.org/vmThis script downloads the latest Pharo VM. get.pharo.org/vmLatestThis script downloads the latest Pharo VM. Why are they both "latest" in the description? Phil 2013/5/6 Camillo Bruni <camillobruni@gmail.com>
On 2013-05-06, at 13:14, "phil@highoctane.be" <phil@highoctane.be> wrote:
There is no wget nor curl in the base MinGW distribution.
Philippe@DELLGFX ~ $ which wget which: wget: unknown command
Philippe@DELLGFX ~ $ which curl which: curl: unknown command
You either compiled, downloaded, or had it from somewhere else on the box.
yes mingw sucks a bit in that matter. to install wget run the following magic:
mingw-get install msys-wget