April 27, 2012
7:48 a.m.
would be good to package it with a stable version and publish it for 1/4 in the MetaRepoForPharo14 Any taker? Stef On Apr 26, 2012, at 5:40 PM, Norbert Hartl wrote:
Am 26.04.2012 um 17:21 schrieb Hernan Wilkinson:
Hi does anybody ported the implementation of VNC to pharo 1.3 or 1.4? If so, could you share it? :-)
I use it daily on pharo 1.3. I load it via metacello. My baseline entry looks like this
project: 'RFB' with: [ spec className: 'ConfigurationOfRFB'; file: 'ConfigurationOfRFB'; versionString: #'bleedingEdge'; repository: 'http://www.squeaksource.com/MetacelloRepository' ];
Norbert