Skip to content

Install dependencies on macOS via Homebrew

Dongdong Tian edited this page Feb 13, 2020 · 4 revisions

macOS with Homebrew

For macOS with Homebrew installed, you can install the dependencies with:

# Install necessary dependencies
brew install cmake curl netcdf

# Install optional dependencies
brew install gdal pcre2 fftw glib ghostscript

# to enable movie-making
brew install graphicsmagick ffmpeg

# to enable testing
brew install graphicsmagick

# to build the documentation
brew install sphinx-doc
Clone this wiki locally