2010/1/4 David Li <taweili@yahoo.com>:
On Jan 5, 2010, at 3:24 AM, pharo-project-request@lists.gforge.inria.fr wrote:
On Mon, Jan 4, 2010 at 7:19 PM, David Li <taweili@yahoo.com> 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