2010/1/4 David Li <[email protected]>:
>
> On Jan 5, 2010, at 3:24 AM, [email protected] wrote:
>
>> On Mon, Jan 4, 2010 at 7:19 PM, David Li <[email protected]> wrote:
>> Hi,
>>
>>  I am new to Pharo
>>
>> Hi and welcome!
>>
>> and wonder if there is a step by step instruction on building Pharo for Mac 
>> OS X and Linux.
>>
>> The only thing I am aware of is 
>> http://code.google.com/p/pharo/wiki/BuildingAVMOnPharo
>
> Thanks. I have come across that document as well. I kind of got stuck on 
> figuring how how I can install VMMaker.
>

Try (and proceed with the Warning)

Gofer new squeaksource:'JBARepo';
        package:'FFI-Kernel';
        load.
(Smalltalk at: #ExternalType) initialize.
(Smalltalk at: #ExternalStructure) compileAllFields.    
Smalltalk recreateSpecialObjectsArray.
Gofer new squeaksource:'VMMaker';
        package:'VMMaker';
        load.


Hernán

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

Reply via email to