Step 1: Install prerequisites,
(a) wxGTK and wxGTK-devel,
(b) readline, readline-devel
(c) gd, gd-devel
# yum install wxGTK wxGTK-devel readline readline-devel gd gd-devel
Step 2: Compile gnuplot-4.6.4
# tar -zxvf gnuplot-4.6.4 # cd gnuplot-4.6.4 # ./configure --prefix=/usr/local/gnuplot-4.6.4 # make # make install
If you are having issues, do take a note at the fedora forum below
References:
No comments:
Post a Comment