Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
doc: add note about -D_GNU_SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 13, 2012
1 parent b7047d6 commit 2b04bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 2b04bc7

Please sign in to comment.