如何为 gnuplot 加载库?

How to load libraries for gnuplot?

我通过以下方式在 macOS 上安装了 gnuplot:

$ make install,

每当我运行

$ gnuplot, 

我收到以下错误消息:

dyld: Library not loaded: libpng15.15.dylib
  Referenced from: /usr/local/bin/gnuplot
  Reason: image not found
Trace/BPT trap: 5

我完全不知道发生了什么。请帮忙

将 Xquartz 更新到最新版本解决了这个问题。仍然不知道发生了什么