[squeak-dev] How do I install the Scamper browser?

Fabio Niephaus lists at fniephaus.com
Tue May 2 13:00:16 UTC 2017


-- 

On Tue, May 2, 2017 at 2:48 PM H. Hirzel <hannes.hirzel at gmail.com> wrote:

> And it would be nice to have a short report on which kinds of subset
> of HTML Scamper runs fine.
>
> Thanks for this
>
>
> https://github.com/HPI-SWA-Teaching/Scamper/blob/dev/wikiImages/rendering%20pipe.PNG
>
> (attached)
>
> For example a couple of static HTML/CSS pages in
> https://github.com/HPI-SWA-Teaching/Scamper/tree/dev/tests
>
>
>
> On 5/2/17, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> > Hello
> >
> > Assuming I have installed Metacello, how do I install the Scamper web
> > browser?
> >
> >     https://github.com/HPI-SWA-Teaching/Scamper/tree/dev


This should work:

Metacello new
  baseline: 'Scamper';
  repository: 'github://HPI-SWA-Teaching/Scamper:dev/packages';
  onConflict: [:ex | ex allow];
  load


> >
> > Regards
> > --Hannes
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170502/4468da91/attachment-0001.html>


More information about the Squeak-dev mailing list