Hi Mariano,

One thing I don't understand of Metacello is why don't you use
#latestVersion (or #latestReleaseVersion, #latestDevelopementVersion,
etc) instead of specifying the version number (e.g. '1.3'). How do you
keep updated about the latest version numbers?

2010/9/20 Mariano Martinez Peck <[email protected]>:
> Hi Bruce. The recommended way to install external packages in Pharo is now
> using Metacello.
>
> To install FFI in Pharo, evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfFFI';
>     load.
>
> ((Smalltalk at: #ConfigurationOfFFI) project version: '1.3') load.
>
>
> For more information about Metacello:
>
> http://code.google.com/p/metacello/
>
> or you can see the talk we give with Dale last week at ESUG.
>
> Cheers
>
> Mariano
>
> On Sun, Sep 19, 2010 at 9:27 PM, Bruce Haugland <[email protected]>
> wrote:
>>
>> I noticed in Pharo 1.1 that the loadFFI script in the script loader is no
>> longer there.  How can I load FFI into Pharo 1.1.  I noticed that the shared
>> library is there but that there are no supporting FFI Classes.
>> Thanks for the Help.
>> Bruce
>> _______________________________________________
>> Pharo-users mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>>
>
>
> _______________________________________________
> Pharo-users mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
>



-- 
Hernán Morales
Information Technology Manager,
Institute of Veterinary Genetics.
National Scientific and Technical Research Council (CONICET).
La Plata (1900), Buenos Aires, Argentina.
Telephone: +54 (0221) 421-1799.
Internal: 422
Fax: 425-7980 or 421-1799.

_______________________________________________
Pharo-users mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users

Reply via email to