Author: mattip <[email protected]> Branch: Changeset: r75729:22dc5cd0d3c1 Date: 2015-02-06 00:29 +0200 http://bitbucket.org/pypy/pypy/changeset/22dc5cd0d3c1/
Log: try to clarify how to get the proper backend for cppyy diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -74,7 +74,9 @@ See the :doc:`backend documentation <cppyy_backend>`. A standalone version of Reflex that also provides the dynamically loadable -backend is available for `download`_. +backend is available for `download`_. Note this is currently the only way to +get the dynamically loadable backend, so use this first. + That version, as well as any other distribution of Reflex (e.g. the one that comes with `ROOT`_, which may be part of your Linux distribution as part of the selection of scientific software) will also work for a build with the _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
