Update README.rst
This commit is contained in:
parent
362ff09183
commit
522faeb24f
|
@ -150,7 +150,7 @@ 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.
|
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 CFLAGS="-U__STRICT_ANSI__ -I$libev_PREFIX/include -L$libev_PREFIX/lib"
|
||||||
export CXXFLAGS=$CFLAGS
|
export CXXFLAGS=$CFLAGS
|
||||||
|
|
Loading…
Reference in New Issue