Skip to content

InstallationGRSOnMacOSX

Celogeek edited this page Aug 25, 2016 · 2 revisions

Installation GRS on Mac OS X

Prerequis

You will need to install some tools before installing GRS :

Install CommandLine from Xcode

Run Xcode then :

  • Menu Xcode > Preferences ... ⌘,
  • Downloads tab
  • Command Line Tools > Install

Brew

Homebrew installs the stuff you need that Apple didn’t.

To do it short, open a terminal and type :

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Then check if nothing is missing :

brew doctor

Then you can install the needed tools :

brew install git mercurial vim bash-completion gnutls readline openssl
brew link -f openssl

Then add the bash-completion in your ".profile" :

export PATH=/usr/local/sbin:/usr/local/bin:$PATH
export EDITOR=`/usr/local/bin/brew --prefix`/bin/vim
if [ -f `brew --prefix`/etc/bash_completion ]; then
    . `brew --prefix`/etc/bash_completion
fi

And reload your session :

exec bash

Or just open a new tab or close and restart your terminal.

You are now ready to install GRS.

Installation GRS

ScreenCast

To show you the full process, here my screencast :

https://youtu.be/ZnZB7DZDp00