From b09411a84bc211188b9a00d5a11b05cacc67a2bd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 24 Aug 2011 01:11:13 -0700 Subject: [PATCH] Update build instructions --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index a15e1e14..8a12b46b 100644 --- a/README +++ b/README @@ -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