Skip to content

Commit

Permalink
Merge pull request #1 from bohdaq/brew-cask-issue-fix
Browse files Browse the repository at this point in the history
Fixed installation error on MacOSX
  • Loading branch information
bohdaq authored Jan 3, 2021
2 parents 0219027 + 0c58d06 commit 7a10bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ 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 list -1 | grep -q "^gnuplot\$" && brew remove gnuplot
brew install gnuplot --with-wxmac --with-cairo --with-pdflib-lite --with-x11 --without-lua
brew install --cask xquartz
brew list --formula | grep -q "^gnuplot\$" && brew remove gnuplot
brew install gnuplot
brew install qt || true

elif [[ "$(uname)" == 'Linux' ]]; then
Expand Down

0 comments on commit 7a10bfc

Please sign in to comment.