0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gnuplotをmacOSにインストールする

Last updated at Posted at 2019-08-05

こちらは,gnuplotのインストール法 (macOS)を見ながらgnuplotのmacOSへのインストールを進めている途中,エラーを吐いてしまったのでその解決策と,インストールまでの備忘録になります.

#・ Error: invalid option: –with-aquaterm

gnuplotのインストール法 (macOS)の5. gnuplotのインストールにて,

brew install gnuplot --with-aquaterm --with-x11

を実行したところ.
Error: invalid option: –with-aquaterm
というエラーを吐きました.

検索したところオプション無しで実行すればよいようで,

brew install gnuplot

を実行したところ,正常にインストールが完了しました.

##・ 参考にさせていただいたサイト
gnuplotのインストール法 (macOS)
【環境構築】超簡単!Macにgnuplotをインストールする方法

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?