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

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 24, 2011
1 parent 36c9b79 commit b09411a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README
Expand Up @@ -24,13 +24,15 @@ checkout GYP into the project tree manually:

svn co http://gyp.googlecode.com/svn/trunk build/gyp

And then run
Unix users run

./build/gyp_uv -f make
./gyp_uv -f make
make

or
Macintosh users run

./build/gyp_uv -f xcode
./gyp_uv -f xcode
xcodebuild -project uv.xcodeproj -configuration Release -target All


= Supported Platforms
Expand Down

0 comments on commit b09411a

Please sign in to comment.