<div dir="ltr">In the dev image, from the world menu, select &quot;open...&quot;, then &quot;Universe Browser (enhanced)&quot; (or basic if you prefer). &nbsp;Make sure up update the list from the network.<div><br></div><div>Now others will have to chime in, because you can also select &quot;open...&quot; and then &quot;Squeak Map Package Loader.&quot; &nbsp;Much of the same material is in both places, but they ARE different somehow. &nbsp;I&#39;ve never been quite clear how. &nbsp;</div>
<div><br></div><div>However, if you take a standard dev image, and execute (in a workspace):</div><div><br></div><div><br></div><div><div>(HTTPSocket httpGet: &#39;<a href="http://installer.pbwiki.com/f/LPF.st">installer.pbwiki.com/f/LPF.st</a>&#39;) readStream fileIn. &quot;Bootstrap&quot;</div>
<div><br></div><div>and then</div><div><br></div><div>Installer install: &#39;Packages&#39;.</div><div><br></div><div>You will get a pretty nice stable image with nearly every dev image release, at which point you can also load packages by doing things like:</div>
<div><br></div><div>Installer sake addPackage: &#39;FreeTypePlus&#39;; install.</div><div>Installer sake addPackage: &#39;MemoryUsage&#39;; install.</div><div>MemoryUsage new openInWorld.</div><div><br></div><div>(These are just two packages I like to load). &nbsp;Anyway, the nice thing about using the Universe Browser or the Sake package loader is that they take care of the dependencies for you...</div>
<div><br></div><div>I have NO IDEA how it all works--I&#39;ve just finally figured out how to use it.</div><div><br></div><div>Also, &nbsp;with a fresh dev image, try, in the Universe Browser, updating the list, then &quot;select upgrades.&quot; &nbsp;Click the &quot;all&quot; button, and scroll through the list. &nbsp;It will show you what packages it selected. &nbsp;You can than update if you want...</div>
<div><br></div><div>Play around a bit, but ask folks if you can&#39;t get something to load right. &nbsp;However, it sure seems like things are a lot better than they were a year or so ago when the Foreign Function Interface (FFI) wouldn&#39;t load right in many images and caused a lot of problems. &nbsp;Everything seems very smooth now unless the server is having some issues.</div>
<div><br></div><div>Good luck, and don&#39;t forget to check out Squeak By Example for the Monticello section...</div><div><br></div><div>Rob</div><div><br></div><br><div class="gmail_quote">On Sun, Sep 28, 2008 at 11:30 AM, Mark Volkmann <span dir="ltr">&lt;<a href="mailto:mark@ociweb.com">mark@ociweb.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On Sep 28, 2008, at 9:31 AM, Norbert Hartl wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sun, 2008-09-28 at 09:16 -0500, Mark Volkmann wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Does the standard Squeak image contain a class for operating on<br>
regular expressions?<br>
<br>
</blockquote>
No, nothing beside String&gt;&gt;matches: But you can load<br>
a regex package from squeaksource. You know squeaksource<br>
already?<br>
</blockquote>
<br>
<br></div>
No. It sounds like I need to learn about that. Where should I start? Is there a special tool in Squeak that downloads packages from SqueakSource? Is that the main purpose of the Monticello Browser?<br>
<br>
---<br><font color="#888888">
Mark Volkmann</font><div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br></div></div>