内容へ移動
Penguin's Coffee Break
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
tools:gnuplot:インストール:5.4.1
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== gnuplotをソースからインストール ====== ===== X11 ===== <code> $ 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 --x-includes="/opt/xorg/libX11/1.6.12/include -I/opt/xorg/xproto/7.0.31/include -I/opt/xorg/kbproto/1.0.7/include/" --x-libraries=/opt/xorg/libX11/1.6.12/lib $ make $ make install </code> 動作確認 <code> $ /opt/gnuplot/5.4.1/bin/gnuplot </code> <code> G N U P L O T Version 5.4 patchlevel 1 last modified 2020-12-01 Copyright (C) 1986-1993, 1998, 2004, 2007-2020 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type is now 'x11' gnuplot> plot sin(x) </code> {{:tools:gnuplot:installation:gnuplot_sinx.png?400|}}
tools/gnuplot/インストール/5.4.1.txt
· 最終更新: 2021/01/15 10:42 by
michiya
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ