From f1981d74ba880f010bfde6c98647bbb426a6d126 Mon Sep 17 00:00:00 2001 From: Rick Date: Tue, 27 Nov 2018 11:03:16 +0800 Subject: [PATCH] doc: replace deprecated build command on macOS Origin README about build command is not suited for current code. 1. gyp_uv.py generated uv.xcodeproj file in directory 'out' instead of repository root directory 2. xcode build target params use '-alltargets' instead of '-target All'. PR-URL: https://github.com/libuv/libuv/pull/2095 Reviewed-By: Ben Noordhuis Reviewed-By: Refael Ackermann --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b24b7226..fb5971d3 100644 --- a/README.md +++ b/README.md @@ -262,8 +262,7 @@ Run: ```bash $ ./gyp_uv.py -f xcode -$ xcodebuild -ARCHS="x86_64" -project uv.xcodeproj \ - -configuration Release -target All +$ xcodebuild -ARCHS="x86_64" -project out/uv.xcodeproj -configuration Release -alltargets ``` Using Homebrew: