[pypy-commit] pypy default: (pwaller, wlav) point folks to the binary distribution

wlav noreply at buildbot.pypy.org
Tue Jun 26 00:25:58 CEST 2012


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: 
Changeset: r55825:0fe630f0f358
Date: 2012-06-25 15:25 -0700
http://bitbucket.org/pypy/pypy/changeset/0fe630f0f358/

Log:	(pwaller, wlav) point folks to the binary distribution

diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -87,14 +87,19 @@
     $ cd pypy
     $ hg up reflex-support         # optional
     $ cd pypy/translator/goal
+    
+    # Example shows python, but using pypy-c is faster and uses less memory:
     $ python translate.py -O jit --gcrootfinder=shadowstack targetpypystandalone.py --withmod-cppyy
 
 This will build a ``pypy-c`` that includes the cppyy module, and through that,
 Reflex support.
 Of course, if you already have a pre-built version of the ``pypy`` interpreter,
 you can use that for the translation rather than ``python``.
+If not, you may want `to obtain a binary distribution`_ to speed up the
+translation step.
 
 .. _`PyPy sources`: https://bitbucket.org/pypy/pypy/overview
+.. _`to obtain a binary distribution`: http://doc.pypy.org/en/latest/getting-started.html#download-a-pre-built-pypy
 
 
 Basic example


More information about the pypy-commit mailing list