--- On Mon, 2014/5/12, pl...@pi... wrote:
> Hi,
>
> current instruction for CVS build inform that it will produce 4.3 when
> in fact it gives 5.0 !!
>
> http://www.gnuplot.info/development/#DownloadCVS
>
> http://gnuplot.sourceforge.net/development/index.html
>
> Downloading sources from the CVS repository
> Up-to-date source code of gnuplot (development version of gnuplot,
> series 4.3) resides at SourceForge group gnuplot (group_id=2055).
> Download of sources requires program cvs (not ftp!), which is available
> for every platform. Execute the following commands:
>
> cvs -d:pserver:ano...@gn...:/cvsroot/gnuplot
> login
> cvs -z3
> -d:pserver:ano...@gn...:/cvsroot/gnuplot co -P
> gnuplot
>
>
> It would also be useful if (somewhere) there were instructions to get
> source for stable 4.6 as well as 5.0 "head" .
>
> Due to the bug breaking input from std-in, I need to revert ot 4.6 .
> Finding out where source code for this is available seem to require some
> work :(
>
> Peter.
Why do you need to use cvs to get stable sources?
The stable sources can be obtained from the gnuplot sourceforge site:
http://sourceforge.net/projects/gnuplot/files/gnuplot/
However, date specified update can be made:
$ cd gnuplot; cvs update -D -d '2014-03-15'
Tatsuro
|