From 0aae876056b407ccecf23c30c8244d68cb5ecc0e Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 1 May 2014 01:55:01 +0200 Subject: initial docs on Xcode installation Change-Id: Iae4a67b0bb6c4985083211c72de148c38c72d8ba --- README.rst | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f8607d4d6..2cbe45107 100644 --- a/README.rst +++ b/README.rst @@ -269,7 +269,8 @@ The main purpose of all of these projects is to provide the missing Linux packag for Mac OS X. Throughout this tutorial, we are only using `Homebrew `_, because -it appears to be the most light-weight package manager available. +it appears to be the most light-weight package manager available. All installations +are made to /usr/local/(bin|lib|include|shared) by simple symlinks. But it should be easy to translate these instructions for the other, heavier package managers. @@ -277,6 +278,38 @@ But it should be easy to translate these instructions for the other, heavier pac Mac OS X: Installing prerequisites ---------------------------------- +#. Install Package Manager: + + :: + + $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" + # follow the on-screen instructions to make adjustions, especially tun + +.. note:: + + An case of trouble, check the output from + + $ brew doctor + + Also see the `homebrew homepage` for further information + +#. Install `Xcode `_: + +Follow the on-screen instructions. If you selected any extensions to be installed, +wait for their completion befor you proceed. + +#. Install the Xcode command Line Tools: + + After Xcode installation has finished, you can open a command shell and issue + + :: + + $ xcode-select --install + + This will open a dialog wirth further instructions. + After the command line tools are installed, you will not need to use Xcode again + in order to set up PySide. + #. Install build dependencies: :: -- cgit v1.2.3