1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

doc: add note about -D_GNU_SOURCE

This commit is contained in:
Ben Noordhuis 2012-09-13 14:13:21 +02:00
parent b7047d6701
commit 2b04bc7a74

View File

@ -77,6 +77,9 @@ Macintosh users run
./gyp_uv -f xcode
xcodebuild -project uv.xcodeproj -configuration Release -target All
Note for Linux users: compile your project with `-D_GNU_SOURCE` when you
include `uv.h`. GYP builds take care of that automatically. If you use
autotools, add a `AC_GNU_SOURCE` declaration to your `configure.ac`.
## Supported Platforms