最近の更新
タグ一覧
文書の過去の版を表示しています。
$ wget https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.1/gnuplot-5.4.1.tar.gz $ tar xvf gnuplot-5.4.1.tar.gz $ cd gnuplot-5.4.1/ $ mkdir build $ cd build $ ../configure --prefix=/opt/gnuplot/5.4.1 $ make $ make install