From a5a8129336bfd115f037e1a6ae55aa1d1225f94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 15 Jul 2016 12:46:03 +0200 Subject: [PATCH] Updated Building for OS X (markdown) --- Building-for-OS-X.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Building-for-OS-X.md b/Building-for-OS-X.md index 2bf99bd..402bd20 100644 --- a/Building-for-OS-X.md +++ b/Building-for-OS-X.md @@ -1,5 +1,4 @@ ## Minimum OS X and Xcode versions ---- OS X Yosemite (10.10) or newer is required to build Dolphin. @@ -7,7 +6,6 @@ You will need to install "Command Line Tools for Xcode". Installing Xcode itself ## Checkout and compile Dolphin ---- To checkout Dolphin's source: ```bash @@ -36,7 +34,6 @@ If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to ## Optional: Ninja ---- [Ninja](http://martine.github.io/ninja/) is a replacement for Make which is a bit faster for a Dolphin-sized project and is worth considering if you intend to rebuild frequently. @@ -49,7 +46,6 @@ To fix this, pass to cmake: ``` ## Keeping up to date ---- All you need to do to update to the latest Dolphin revision is the following: