<br><br><div class="gmail_quote">On Sun, Oct 3, 2010 at 10:59 AM, Jan van de Sandt <span dir="ltr">&lt;<a href="mailto:jvdsandt@gmail.com">jvdsandt@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello,<div><br></div><div>You can load Magritte using Metacello. Evaluate the following statements in a workspace:</div><div><br></div><div><div>Gofer new</div><div><span style="white-space: pre-wrap;">        </span>squeaksource: &#39;MetacelloRepository&#39;;</div>

<div><span style="white-space: pre-wrap;">        </span>package: &#39;ConfigurationOfMagritte2&#39;;</div><div><span style="white-space: pre-wrap;">        </span>load.</div><div><br></div><div>((Smalltalk at: #ConfigurationOfMagritte2 ) project latestVersion) load</div>

</div><div><br></div><div>The UI part of Magritte depends on Seaside so this will also load Seaside. This takes some time.</div><div><br></div></blockquote><div><br>Are you sure??  I checked in the conf and only &#39;Magritte-Seaside&#39;  seems to depend on Seaside. <br>
ANd that package is not loaded in the default.<br><br>So, if you use #load, it will load the Core, as it says the conf:<br><br>    spec<br>            group: &#39;default&#39; with: #(&#39;Core&#39;);<br>            group: &#39;Core&#39; with: #(&#39;Magritte-Model&#39; );<br>
<br>So....Seaside should not be loaded. <br><br>Indeed, you can do a #record instead of a load and see what would be loaded. <br><br>Print for example this:<br><br>((Smalltalk at: #ConfigurationOfMagritte2 ) project latestVersion) record loadDirective  <br>
<br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div></div><div>A faster way to get an image with Magritte loaded is to download a Magritte image from the build server of Lukas: <a href="http://hudson.lukas-renggli.ch/job/Magritte%202/" target="_blank">http://hudson.lukas-renggli.ch/job/Magritte%202/</a></div>

<div><br></div><div>The best source for documentation is <a href="http://www.lukas-renggli.ch/smalltalk/magritte" target="_blank">http://www.lukas-renggli.ch/smalltalk/magritte</a></div><div><br></div><font color="#888888"><div>
Jan.</div></font><div><div></div><div class="h5"><div><br></div><div><br>
</div><div><div class="gmail_quote">On Sun, Oct 3, 2010 at 9:06 AM, fritz schenk <span dir="ltr">&lt;<a href="mailto:intrader@aol.com" target="_blank">intrader@aol.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I have just installed on ubuntu 10.10 the one-click distribution from<br>
<a href="http://www.pharo-project.org/pharo-download" target="_blank">http://www.pharo-project.org/pharo-download</a>.<br>
I would like to follow a tutorial for Magritte and require:<br>
1. How to install Magritte and alls its dependencies<br>
2. A recommendation for a good tutorial on Magritte; I have found a<br>
pdf:<a href="http://www.lukas-renggli.ch/smalltalk/magritte/exercises.pdf-" target="_blank">http://www.lukas-renggli.ch/smalltalk/magritte/exercises.pdf-</a> However it<br>
does not specify how to install Magritte.<br>
<br>
Thanks for your help. I am a newbie in using the Pharo IDE.<br>
<br>
P.S. I had no problem with ubuntu 10.10 RC in installing and executing the IDE<br>
<br>
<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>