From 5f08e13061eb4ad7ae6b8021cffbcd24c100678f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 8 Dec 2015 18:46:43 -0600
Subject: [PATCH] README build tweaks

---
 README.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 166bd503..2869659a 100644
--- a/README.rst
+++ b/README.rst
@@ -30,8 +30,10 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`
 
 What you'll need:
 
-*   gcc/g++ at or newer than version 4.8.2 and binutils at or newer than 2.23.52.0.1-10.
-*   `numpy <http://numpy.org>`_,
+*   gcc/g++ at or newer than version 4.8.2 and binutils at or newer than 2.23.52.0.1-10
+    (CentOS version number).
+    On Windows, use the `mingwpy <https://anaconda.org/carlkl/mingwpy>`_ compilers.
+*   `numpy <http://numpy.org>`_, and
 *   an OpenCL implementation. (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
 
 Places on the web related to PyOpenCL:
-- 
GitLab