http://www.gnuplot.info/announce.4.6.0
Building gnuplot 4.6 is similar to building 4.4.4 and is pretty straightforward:
sudo apt-get install libgd2-xpm-dev checkinstall
wget http://sourceforge.net/projects/gnuplot/files/latest/download?source=files
mv download\?source\=files gnuplot-4.6.tar.gz
tar -xvf gnuplot-4.6.tar.gz
cd gnuplot-4.6.0/
./configure --with-linux-vga
make
checkinstall -install=no
sudo rm /usr/local/share/info/dir -rf
sudo dpkg -i gnuplot_4.6.0-1_amd64.deb
You may get an error if trying to install on a system with a home-compiled version of octave (see below).
The problem with handling small numbers is not present in this version (http://verahill.blogspot.com.au/2012/02/debian-testing-wheezy-64-bug-in-debian.html).
Error:
Selecting previously unselected package gnuplot.
(Reading database ... 258722 files and directories currently installed.)
Unpacking gnuplot (from gnuplot_4.6.0-1_amd64.deb) ...
dpkg: error processing gnuplot_4.6.0-1_amd64.deb (--install):
trying to overwrite '/usr/local/share/info/dir', which is also in package octave 3.6.1-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
gnuplot_4.6.0-1_amd64.deb
Solution:
sudo dpkg --force-overwrite -i gnuplot_4.6.0-1_amd64.deb
Thanks for sharing your gnuplot experience! Perhaps you would like to enter a contest about gnuplot? Or would you like to write about the contest in your blog, to give your readers a chance to win a gnuplot cookbook? It's here: http://latex-community.org/component/content/article/92-contests/431-gnuplot-book
ReplyDelete