From 522faeb24fd64f5601d81664dbc937ec7c0bd36c Mon Sep 17 00:00:00 2001 From: Dingjun Date: Mon, 30 Mar 2015 18:39:07 +0800 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1c97fba2..e17c21b0 100644 --- a/README.rst +++ b/README.rst @@ -150,11 +150,11 @@ Under Cygwin environment, to compile the applications you need to compile and in and second, you need to undefine the macro \_\_STRICT\_ANSI\_\_, if you not, the functions `fdopen`, `fileno` and `strptime` will not available. -the simple command like this: +the simple command like this:: - export CFLAGS="-U__STRICT_ANSI__ -I$libev_PREFIX/include -L$libev_PREFIX/lib" - export CXXFLAGS=$CFLAGS - make + export CFLAGS="-U__STRICT_ANSI__ -I$libev_PREFIX/include -L$libev_PREFIX/lib" + export CXXFLAGS=$CFLAGS + make If you want to compile the applications under `examples/`, you need to remove or rename the `event.h` from libev's installation, because it conflicts with libevent's installation.