Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5157:db73d6fca0d2
Date: 2014-02-19 19:08 +0100
http://bitbucket.org/pypy/extradoc/changeset/db73d6fca0d2/

Log:    Update for Windows

diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst
--- a/blog/draft/running-numpy.rst
+++ b/blog/draft/running-numpy.rst
@@ -3,6 +3,9 @@
 
 * apt-get install pypy-dev
 
+* Windows: you need to edit the Python.h from PyPy to add at the end:
+  ``#include <sys/types.h>``
+
 * git clone https://bitbucket.org/pypy/numpy.git; cd numpy;
   sudo pypy setup.py install
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to