We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For macOS with Homebrew installed, you can install the dependencies with:
# Install necessary dependencies brew install cmake curl netcdf # Install optional dependencies brew install ninja 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 # You also need to add sphinx-doc's bin to your PATH echo 'export PATH="$(brew --prefix)/opt/sphinx-doc/bin:$PATH"' >> ~/.zshrc