doc: add note about -D_GNU_SOURCE
This commit is contained in:
parent
b7047d6701
commit
2b04bc7a74
@ -77,6 +77,9 @@ Macintosh users run
|
|||||||
./gyp_uv -f xcode
|
./gyp_uv -f xcode
|
||||||
xcodebuild -project uv.xcodeproj -configuration Release -target All
|
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
|
## Supported Platforms
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user