On 29 Sep 2014, at 05:57, Douglas McPherson <djm1329@san.rr.com> wrote:
On Sep 28, 2014, at 15:17 , Jan Vrany wrote:
Hi there,
Getting Pharo 2.0/3.0 up and running on Debian Wheezy (= Stable) or on other more conservative linux distribution wasn't exactly easy as the VM's provided by the Pharo team fail to run on those systems.
Well, not any longer. You may find precompiled binaries at:
https://swing.fit.cvut.cz/jenkins/view/Projects/job/pharo-vm-stable-swing/
or use zeroconf script:
curl http://swing.fit.cvut.cz/download/pharo/vm-swing | bash
Sorry for the rude intrusion ... what is a zeroconf script? I see a lot of mention here on pharo-dev.
Does it have anything to do with: http://en.wikipedia.org/wiki/Zero-configuration_networking or http://datatracker.ietf.org/wg/zeroconf/charter/ ?
nope :P http://get.pharo.org Esteban
Thanks!
or
wget -O- http://swing.fit.cvut.cz/download/pharo/vm-swing | bash
The VM is compiled from pre-generated sources found at:
http://files.pharo.org/vm/src/vm-unix-sources/blessed/pharo-vm-2014.09.20.ta...
Thanks to Clement, Damien & Markus for their help.
Have fun.
Jan