|
From: Tatsuro M. <tma...@ya...> - 2017-07-19 04:23:12
|
> Ethan attached the patch to 5.2 (Next release) and 5.3(development) CVS source. > > See https://sourceforge.net/p/gnuplot/patches/694/ > Sorry Ethan prepared the patch for 5.2 and 5.3. You need attach patch in the Ethan's reply in the tracker #694. (Use "patch -p1" but not "patch -p0") > In order to get 5.2 branch source and preparation > > cd (directory where you want to put source tree) > export CVSROOT=:pserver:ano...@gn...:/cvsroot/gnuplot > cvs login > cvs -z3 checkout -r branch-5-2-stable gnuplot > cd gnuplot > ./prepare > > (Of course you need to install cvs and autotools from distro) Tatsuro > |