Saturday, January 18, 2014

Compiling gnuplot 4.6.4 on CentOS 5

I compiled gnuplot 4.6.4 on CentOS 5.4



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:
  1. http://forums.fedoraforum.org/showthread.php?p=1397790
  2. gnuplot homepage

No comments: