On Sun, Jan 24, 2010 at 5:09 PM, David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5"><br>
On Sun, Jan 24, 2010 at 04:25:42PM +0100, laurent laffont wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m a real newbie on vm stuff. I&#39;ve managed to compile squeak vm 3.11-3.2135<br>
&gt; on Linux. Now I would like to add FTPlugin as Pharo needs it, but I cannot<br>
&gt; find where to get it nor  how to include it in the build process.  :(<br>
<br>
</div></div>Hi Laurent,<br>
<br>
Are you using VMMaker to generate your sources? You will need to do<br>
this in order to add another plugin such as FTPlugin. If you need<br>
help with this, just ask.<br>
<br>
John, will need to correct me if the following is not right, as I have<br>
not looked at FTPlugin in a while and I know he has done recent work<br>
to update it for 64 bit issues.<br>
<br>
Assuming that you are using VMMaker, then you just need to add FTPlugin.<br>
First load package FreeType from here:<br>
  MCHttpRepository<br>
        location: &#39;<a href="http://www.squeaksource.com/FreeTypePlus" target="_blank">http://www.squeaksource.com/FreeTypePlus</a>&#39;<br>
        user: &#39;&#39;<br>
        password: &#39;&#39;<br>
<br>
Then load FreeType-Plugin from here:<br>
  MCHttpRepository<br>
        location: &#39;<a href="http://source.impara.de/freetype" target="_blank">http://source.impara.de/freetype</a>&#39;<br>
        user: &#39;&#39;<br>
        password: &#39;&#39;<br>
<br>
For reference, here are the repositories for plugins that I know about<br>
(and I&#39;m sure it is not all up to date, so corrections are welcome):<br>
  <a href="http://squeaksource.com/VMMaker/update-dtl.2.mcm" target="_blank">http://squeaksource.com/VMMaker/update-dtl.2.mcm</a><br>
<br>
Once this is done, you should be able to open a new VMMaker window,<br>
or click the &quot;Rescan&quot; button on a VMMaker tool that is already open.<br>
Look for &quot;FT2Plugin&quot; in the left hand pane, and drag it over to<br>
either the &quot;Internal Plugins&quot; or &quot;External Plugins&quot; pane, depending<br>
on how you want to build it (probably external would be a good choice<br>
for this plugin).<br>
<br>
&gt;From there you should be able generate sources, and the FT2Plugin<br>
will be included in the next build.<br>
<br>
Dave<br></blockquote><div><br></div><div><br></div><div>Big thank you !!  I&#39;ll try this.</div><div><br></div><div>Laurent </div></div><br>