Skip to content

gnuplot 5.2

cryptozeny edited this page Apr 23, 2019 · 1 revision

gnuplot 5.2 on ubuntu 16.04

branch-5-2-stable with qt4 (qt5 is not work!)

depends

sudo apt-get install -y qt4-default

build

git clone https://github.com/gnuplot/gnuplot.git && \
cd gnuplot/ && \
git checkout branch-5-2-stable && \
./prepare && \
./configure --with-qt=qt4 && \
make -j$(nproc) && \
make check -j$(nproc) && \
./src/gnuplot --version

install (sudo)

sudo make install

run

/usr/local/bin/gnuplot --version
Clone this wiki locally