From 7c9daf41a77770ea381ac26cb7bed7ce7eabe95e Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 23 Apr 2014 16:59:01 -0700 Subject: Clarify README about using gcc/clang -E as cpp. In relation to #32. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') 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 `_, 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? ------------------------------------------ -- cgit v1.2.1