From add6e268541ca1d81b3f5a6f8e20bd4de2f71e20 Mon Sep 17 00:00:00 2001 From: "John H. Palmieri" Date: Mon, 3 Feb 2014 12:19:11 -0800 Subject: [PATCH] Update README.txt re installation with OS X Mavericks --- README.txt | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index eb614bd8188..b4bbee9e734 100644 --- a/README.txt +++ b/README.txt @@ -75,12 +75,23 @@ Installation Guide: "Precise"), you need the dpkg-dev package. OS X: Xcode. Make sure you have installed the most recent version - of Xcode. For pre-Lion versions of OS X, you can download Xcode - from http://developer.apple.com/downloads/. For OS X Lion, you can - install it using the App Store. With Xcode 4.3 or later, you need - to install the "Command Line Tools": from the File menu, choose - "Preferences", then the "Downloads" tab, and then "Install" the - Command Line Tools. + of Xcode. With recent versions of OS X (OS X Lion or later), you + can install Xcode for free from the App Store. For pre-Lion + versions of OS X, you can download Xcode from + http://developer.apple.com/downloads/. + + With OS X, you also need to install the "command line tools". When + using OS X Mavericks, after installing Xcode, run this command from + a terminal window: + + xcode-select --install + + Then click "Install" in the pop-up window. + + When using OS X Mountain Lion or earlier, you need to install the + command line tools from Xcode: run Xcode; then from the File + menu, choose "Preferences", then the "Downloads" tab, and then + "Install" the Command Line Tools. Other platforms: See detailed instructions below.