I downloaded 5.2 patch level 8 and compiled and it works fine with a x11 terminal and png output. However the wxt and pngcairo terminals are not present. Is it documented somewhere how to get these terminals? This version of gnuplot is local, there is another installed version that does have these terminals. Ubuntu 18.04. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
These terminals are readily available in the source code. You just need to make sure that the cairo and wxWidgets development packages are installed before running configure and make.
The configure script summarises its findings at the end. If you scroll through the rest of its output you can see which exct test for packages/libraries failed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded 5.2 patch level 8 and compiled and it works fine with a x11 terminal and png output. However the wxt and pngcairo terminals are not present. Is it documented somewhere how to get these terminals? This version of gnuplot is local, there is another installed version that does have these terminals. Ubuntu 18.04. Thanks
These terminals are readily available in the source code. You just need to make sure that the cairo and wxWidgets development packages are installed before running
configure
andmake
.The
configure
script summarises its findings at the end. If you scroll through the rest of its output you can see which exct test for packages/libraries failed.