[Vm-dev] New Cog builds available: included Freetype plugin on macs by default

Igor Stasenko siguctua at gmail.com
Wed Jul 6 14:23:18 UTC 2011


On 6 July 2011 15:22, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>
>
>
> On Wed, Jul 6, 2011 at 3:08 PM, Igor Stasenko <siguctua at gmail.com> wrote:
>>
>> On 6 July 2011 15:06, Esteban Lorenzano <estebanlm at gmail.com> wrote:
>> >
>> > hi,
>> > yes... this is another case of "premature questioning" :)
>> > now... a stupid one: I don't have "configure" tool installed on my system. Do you know what I need to install to have it?
>> > is a port?
>> >
>> yes, please read the http://code.google.com/p/cog/wiki/FT2Plugin
>> (looks like you asked another premature question ;)
>>
>
> Igor: if I understand correctly, there is something extra we should do now while building the VM (this stuff about FT2Plugin). Since Pharo does not use FT2Plugin by default since Pharo 1.0 what abut letting the default plugins as easier as possible for people trying to build VMs?  for those that want FT2Plugin then they can easily do it. Even Hudson can be configured to do:
>
> | config |
> config := CogUnixConfig new.
> config externalPlugins: (config externalPlugins copyWith: #MyHackyFirstPlugin).
> config generateWithSources.
>

you don't want freetype plugin to be there by default in configs?
Okay, i will change that.

But i think freetype is mustbe. As well as OSProcessPlugin.
Maybe not in configs by default, but in hudson builds.

-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list