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