5,710
edits
Changes
m
no edit summary
[[Home | <<< back to Wiki Home]]
=Build on OS X=
Edited from these instructions - http://blog.marc-seeger.de/2008/03/04/compiling-megahal-on-osx/
*Download MegaHAL: http://sourceforge.net/project/showfiles.php?group_id=10585&release_id=15640
*Search-replace command that worked for me to fix malloc problem:
gugh
=Install mh_python=
*<code>make pythonmodule</code> doesn't work
*<code>python setup.py build</code>
*<code>sudo python setup.py build install</code>