-
Notifications
You must be signed in to change notification settings - Fork 4
gnuplot 5.2
cryptozeny edited this page Apr 23, 2019
·
1 revision
branch-5-2-stable
with qt4
(qt5 is not work!)
sudo apt-get install -y qt4-default
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
sudo make install
/usr/local/bin/gnuplot --version