"Francisco Ortiz PeƱaloza"<[email protected]> wrote:
> Hi Martin, thanks i'll try it later!
>
> It would help if you could provide a Metacello configuration for it.

Yes, something like that is clearly needed, but I'm still finding my way around 
the environment. However at the moment Xtreams don't have any prerequisites, so 
something like the gofer expression below should do it (you can skip the tests 
if you want).

        Gofer new
                squeaksource: 'Xtreams';
                package: 'Xtreams-VWCompatible';
                package: 'Xtreams-Core';
                package: 'Xtreams-Terminals';
                package: 'Xtreams-Transforms';
                package: 'Xtreams-Substreams';
                package: 'Xtreams-SqueakExternals';
                package: 'Xtreams-SqueakTextConverter';
                package: 'Xtreams-CoreTests';
                package: 'Xtreams-TerminalTests';
                package: 'Xtreams-TransformsTests';
                package: 'Xtreams-SubstreamsTests';
                load

But we'll likely want a metacello config eventually, especially when we bring 
in FFI for calling things like zlib and libcrypto.

Cheers,

Martin

Reply via email to