[squeak-dev] Re: Lukas' code critics & other goodies on O

Damien Cassou damien.cassou at gmail.com
Mon Mar 31 05:57:33 UTC 2008


On Sun, Mar 30, 2008 at 7:13 PM, itsme213 <itsme213 at hotmail.com> wrote:
> The tools are great!! Thanks, Lukas.
>
>  Here is a small installer script that should get it installed. If you have
>  earlier OB packages installed you may need to remove them first. Look at
>  Lukas' blog for 2 screencasts.
>
>  - Sophie
>  ================
>
>  (HTTPSocket httpGet: 'installer.pbwiki.com/f/LPF.st') readStream fileIn.
>
>  "SEE http://www.lukas-renggli.ch/blog/ob-rb-1 ****** "
>  Installer installUrl: 'http://www.squeaksource.com/AST/AST-lr.157.mcz'.
>  Installer installUrl:
>  'http://www.squeaksource.com/RefactoringEngine/RefactoringEngine-lr.46.mcz'.
>  Installer installUrl: 'http://www.squeaksource.com/Regex/VB-Regex-sd.9.mcz'.
>  Installer installUrl: 'http://source.wiresong.ca/ob/OmniBrowser-lr.407.mcz'.
>  Installer installUrl: 'http://source.wiresong.ca/ob/OB-Morphic-lr.45.mcz'.
>  Installer installUrl: 'http://source.wiresong.ca/ob/OB-Standard-lr.323.mcz'.
>  Installer installUrl: 'http://source.wiresong.ca/ob/OB-Refactory-lr.78.mcz'.
>  Installer installUrl: 'http://source.wiresong.ca/ob/OB-Regex-lr.8.mcz'.


Or simply:

Installer universe
  addPackage: 'OmniBrowser-Regex';
  addPackage: 'OmniBrowser-Morphic';
  install.

Or even simpler: use squeak-dev images.


-- 
Damien Cassou
Peter von der Ahé: «I'm beginning to see why Gilad wished us good
luck». (http://blogs.sun.com/ahe/entry/override_snafu)


More information about the Squeak-dev mailing list