Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [[ `uname` == 'Darwin' ]]; then
brew install git readline cmake wget
brew install libjpeg imagemagick zeromq graphicsmagick openssl
brew link readline --force
brew cask install xquartz
brew install --cask xquartz
brew list -1 | grep -q "^gnuplot\$" && brew remove gnuplot
brew install gnuplot --with-wxmac --with-cairo --with-pdflib-lite --with-x11 --without-lua
brew install qt || true
Expand Down