Brew Gnuplot on OSX Mavericks
I had to install Gnuplot today on OS X Mavericks. To do so, I used homebrew, which is an easy way to install the missing packages from OSX, and that I need to work. After typing in the following command in my terminal :
1 |
brew install gnuplot |
I obtained the following error :
1 2 3 |
==> Summary /usr/local/Cellar/jpeg/8d: 18 files, 780K Error: You must `brew link libpng jpeg' before gd can be installed |
I tried to link the […]
Also tagged brew, gnuplot, install