From 4cf87247140e3a07d0a98d58213b13b01623a8b7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 4 Jul 2014 20:11:42 +0200 Subject: [PATCH] docs: OS X install requires XQuartz --- docs/installation/osx.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation/osx.rst b/docs/installation/osx.rst index 847c5710..1513620c 100644 --- a/docs/installation/osx.rst +++ b/docs/installation/osx.rst @@ -4,6 +4,14 @@ OS X: Install from Homebrew If you are running OS X, you can install everything needed with Homebrew. +#. Install Xcode command line developer tools. Do this even if you already have + Xcode installed:: + + xcode-select --install + +#. Install `XQuartz `_. This is needed by + GStreamer which Mopidy use heavily. + #. Install `Homebrew `_. #. If you are already using Homebrew, make sure your installation is up to