May 7, 2013
9:09 a.m.
thanks Norbert! On May 7, 2013, at 10:56 AM, Norbert Hartl <norbert@hartl.name> wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load.
(Smalltalk at: #ConfigurationOfRFB) load
Norbert