On Mon, Mar 2, 2009 at 7:57 PM, Brian Brown <[email protected]> wrote:
> I just downloaded pharo0.1-10243dev09.02.3 from the website and
> updated to the latest. I expected to see the Universe browser in the
> menus, but it isn't there, So I checked the image, and Universes is
> not there.
>
> I thought the Universes code was in the dev image.... what am I missing?

Hehe, I'm playing with all of you :-D. Some recent pharo-dev images
have been generated using Sake/Packages. The very latest has been
generated by a simple script (ScriptLoader>>buildPharoDev) from the
latest monticello versions of the packages.

I'm in the need of comments. Please tell me what you need in the
pharo-dev images. Remember that these images are not for me for you.

To install Universes:

Installer ss
        project: 'XMLSupport';
        install: 'XML-Parser'.

Installer ss
        project: 'universes';
        install: 'Universes'.
        
Installer ss
        project: 'OBUniverse';
        install: 'OBUniverse'

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to