Hi John. That link is outdated :(
We do not use ScriptLoader anymore to install packages. 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/