summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2014-04-23 16:59:01 -0700
committerEli Bendersky <eliben@gmail.com>2014-04-23 16:59:01 -0700
commit7c9daf41a77770ea381ac26cb7bed7ce7eabe95e (patch)
tree10c3209fb460b44770b95f4c5f3c5f974f46bce9 /README.rst
parent80d4838daee237cc25d59e017f5b59be060ccdc9 (diff)
downloadpycparser-7c9daf41a77770ea381ac26cb7bed7ce7eabe95e.tar.gz
Clarify README about using gcc/clang -E as cpp.
In relation to #32.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5a4e637..4bb48dd 100644
--- a/README.rst
+++ b/README.rst
@@ -130,6 +130,9 @@ provided in the ``utils`` directory in **pycparser**'s distribution. This
<http://www.cs.princeton.edu/software/lcc/>`_, and is provided under LCC's
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.
+
What about the standard C library headers?
------------------------------------------