From be5a40245dc01eeb5021110a9984951f63ff6a95 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 8 Dec 2015 12:36:33 -0600
Subject: [PATCH] Update README with @kdunn926's gcc version hints (Issue #102)

---
 README.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 2f457c62..166bd503 100644
--- a/README.rst
+++ b/README.rst
@@ -28,9 +28,11 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`
 * Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's 
   CL implementations.
 
-To use PyOpenCL, you just need `numpy <http://numpy.org>`_ and an OpenCL
-implementation.
-(See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
+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>`_,
+*   an OpenCL implementation. (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
 
 Places on the web related to PyOpenCL:
 
-- 
GitLab