Lukas wrote
Use PackageUnivsers.
... which is not included by default in the pharo image. Using "ScriptLoader new universalInstaller" is one way to install it. Is there another more intuitive way? To know about all this could be a hard barrier for people who start with Pharo ... Bye T. -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
On Tue, Feb 3, 2009 at 4:29 PM, Torsten Bergmann <astares@gmx.de> wrote:
... which is not included by default in the pharo image. Using "ScriptLoader new universalInstaller" is one way to install it.
Is there another more intuitive way? To know about all this could be a hard barrier for people who start with Pharo ...
Universe will be included in Pharo as can be seen in http://code.google.com/p/pharo/wiki/Packages -- Damien Cassou http://damiencassou.seasidehosting.st
Hi Torsten, On Feb 3, 2009, at 16:29 , Torsten Bergmann wrote:
Lukas wrote
Use PackageUnivsers.
... which is not included by default in the pharo image. Using "ScriptLoader new universalInstaller" is one way to install it.
Is there another more intuitive way? To know about all this could be a hard barrier for people who start with Pharo ...
True, but this is only the current situation. We plan to put a packaging manager in place that will be shipped with the Pharo image. It is supposed to provide a "universe" of stable packages. Unlike the current situation with Universes and SqueakMap, the idea is that these stable versions actually work together and are stable ;) Some patience is needed, though --- or more people that help ;) Cheers, Adrian ___________________ http://www.adrian-lienhard.ch/
Bye T.
-- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yeap Also ScriptLoader is a private class :) Do not use it or only at your own risk. ScriptLoader is our tools to manage the release. Use pharo-dev. Stef On Feb 3, 2009, at 4:43 PM, Adrian Lienhard wrote:
Hi Torsten,
On Feb 3, 2009, at 16:29 , Torsten Bergmann wrote:
Lukas wrote
Use PackageUnivsers.
... which is not included by default in the pharo image. Using "ScriptLoader new universalInstaller" is one way to install it.
Is there another more intuitive way? To know about all this could be a hard barrier for people who start with Pharo ...
True, but this is only the current situation. We plan to put a packaging manager in place that will be shipped with the Pharo image. It is supposed to provide a "universe" of stable packages. Unlike the current situation with Universes and SqueakMap, the idea is that these stable versions actually work together and are stable ;)
Some patience is needed, though --- or more people that help ;)
Cheers, Adrian
___________________ http://www.adrian-lienhard.ch/
Bye T.
-- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Adrian Lienhard -
Damien Cassou -
Stéphane Ducasse -
Torsten Bergmann