I want to develop a new feature in Gnuplot. To achieve this, I want to add a new terminal to the existing Gnuplot source code.
I went to this page for downloading: http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.0/
I have downloaded the tool setup (gp460-win32-setup.exe) and installed it. I also have the source code (gnuplot-4.6.0.tar.gz) downloaded.
- What IDE/compiler should I use do to edit the source code, write my new terminal, compile and check? I am using windows 7
I am not sure if the source code I downloaded is correct. The development page in Gnuplot website says something about CVS which am not sure of.
Can someone guide me with the process of setting up the development environment for Gnuplot?