-
Notifications
You must be signed in to change notification settings - Fork 3
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
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.
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.
Because tg
is head only, we have to remove and reinstall.
brew update
brew uninstall tg
brew install tg --HEAD