Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 633 Bytes

INSTALL-ext-macos.md

File metadata and controls

38 lines (24 loc) · 633 Bytes

Install X Org Window system for OSX

https://xquartz.macosforge.org

Install homebrew

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

Register useful packages

brew tap homebrew/science
brew tap homebrew/x11
brew tap homebrew/python
brew tap cbenhagen/video

With homebrew, you can get a full TuttleOFX installation

brew install tuttleofx

To build TuttleOFX by yourself, you can use homebrew to install dependencies

# Print dependencies
brew deps tuttleofx

# Install dependencies
brew install tuttleofx --only-dependencies