Skip to content
Dom Morgan edited this page Apr 14, 2016 · 4 revisions

## Installation instructions for tg

Install homebrew

First install homebrew.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

After doing this, always run brew doctor and listen to what is says. Likely you will need

xcode-select --install

Install gcc

This is required to be able to build fftw with OpenMP support.

brew install gcc --without-multilib

This might take a long time. Be patient.

Install tg

This is a head only formula so we need.

brew install dmnc/horology/tg --HEAD

You are now ready to go. Type tg & and everything should spin up.

Upgrading

Because tg is head only, we have to remove and reinstall.

brew update
brew uninstall tg
brew install tg --HEAD
Clone this wiki locally