summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2014-08-19 05:41:11 -0700
committerEli Bendersky <eliben@gmail.com>2014-08-19 05:41:11 -0700
commitb35f7836eb509d5653b6c5346e0f76ed8a8799dd (patch)
tree3ceb7c57610e962b0be7fce24a1291e70784ea75 /README.rst
parent6bbe0d69059ab3f0b0fb9a95ff8c8179b67e6c6b (diff)
downloadpycparser-b35f7836eb509d5653b6c5346e0f76ed8a8799dd.tar.gz
Mention Clang for Windows in the README & using_gcc_E_libc example.
Brought up in #38.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4bb48dd..9a9c16e 100644
--- a/README.rst
+++ b/README.rst
@@ -131,7 +131,9 @@ provided in the ``utils`` directory in **pycparser**'s distribution. This
license terms.
Note also that you can use ``gcc -E`` or ``clang -E`` instead of ``cpp``. See
-the ``using_gcc_E_libc.py`` example for more details.
+the ``using_gcc_E_libc.py`` example for more details. Windows folks can download
+and install a binary build of Clang for Windows `from this website
+<http://llvm.org/releases/download.html>`_.
What about the standard C library headers?
------------------------------------------