Author: mattip <[email protected]> Branch: Changeset: r75414:cc624edc31ce Date: 2015-01-17 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/cc624edc31ce/
Log: add windows link diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@ -47,6 +47,11 @@ Install build-time dependencies ------------------------------- +(**Note**: for some hints on how to translate the Python interpreter under +Windows, see the `windows document`_) + +.. _`windows document`: windows.html + To build PyPy on Unix using the C translation backend, you need at least a C compiler and ``make`` installed. Further, some optional modules have additional _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
