diff --git a/README.rst b/README.rst index 2f457c62a17cbac443fb4f15452529a31f4fde57..166bd5038beddbc3a1dd3f058297e52107c079f8 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,11 @@ spirit of its sister project `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 `_ and an OpenCL -implementation. -(See this `howto `_ 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 `_, +* an OpenCL implementation. (See this `howto `_ for how to get one.) Places on the web related to PyOpenCL: