[pypy-commit] jitviewer default: Added a comment to make it work on OS X, which does not come with objdump preinstalled

Anders Lehmann noreply at buildbot.pypy.org
Thu Sep 22 18:27:35 CEST 2011


Author: Anders Lehmann <anders at hih.au.dk>
Branch: 
Changeset: r172:ea8a654a9c6d
Date: 2011-09-19 18:38 +0200
http://bitbucket.org/pypy/jitviewer/changeset/ea8a654a9c6d/

Log:	Added a comment to make it work on OS X, which does not come with
	objdump preinstalled

diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,6 +1,9 @@
 You need to use PyPy to run this.  To get started, using a recent virtualenv
-(1.6.1 or newer), virtualenvwrapper, and a recent PyPy (1.5 or trunk) to create a
-virtualenv:
+(1.6.1 or newer), virtualenvwrapper, and a recent PyPy (1.5 or trunk).
+
+On Mac OSX you will also need to install binutils, to make objdump available.
+
+To create a virtualenv:
 
     mkvirtualenv --python=/path/to/pypy pypy-viewer
 


More information about the pypy-commit mailing list