Skip to content

damuellen/gnuplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,735 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnuplot

Source code cloned from the original CVS source with additional files and changes to make building with VC2019 easier.

Quick Start

Prerequisites:

  • Visual Studio 2019
  • CMake 3.8.0 or higher (note: downloaded automatically by vcpkg if not found)
  • git.exe available in your path (note: downloaded automatically by vcpkg if not found)

Clone this repository and the vcpkg repository (https://github.com/Microsoft/vcpkg.git), then run

C:\src\vcpkg> .\bootstrap-vcpkg.bat

Then, to hook up user-wide integration, run (note: requires admin on first use)

C:\src\vcpkg> .\vcpkg integrate install

Install pango, libgd and wxwidgets packages with

C:\src\vcpkg> .\vcpkg install pango:x86-windows pango:x64-windows
C:\src\vcpkg> .\vcpkg install libgd:x86-windows libgd:x64-windows
C:\src\vcpkg> .\vcpkg install wxwidgets:x86-windows wxwidgets:x64-windows

Finally, open the VC2019 solution config\msvc\gnuplot\gnuplot.sln and build the solution.

Branch Build status
main Build status

About

Modifications to gnuplot (http://www.gnuplot.info/) for easy build using VC2019 and vcpgk.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 83.1%
  • C++ 6.8%
  • TeX 2.2%
  • Makefile 1.7%
  • JavaScript 1.7%
  • Lua 1.1%
  • Other 3.4%