Author: Anders Lehmann <and...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to