I am trying to compile gnuplot on a Windows 7 x64 machine.
Here are the steps I am following after unpacking the tar.gz for gnuplot 4.6.1:
- Open Visual Studio Command Prompt
- cd to the directory ..\gnuplot-4.6.1\config\msvc
- entering the command "nmake -f Makefile
It runs for a very short period of time, then outputs
...breaders.c<302> : fatal error C1083: Cannot open include file: 'gd.h' : No such file or directory NMAKE : fatal error U1077: ..\VC\BIN\cl.EXE"' : return code '0x2' Stop.
Do I need to install the gd library or remind msvc where gd.h is located? Or something else?