Source code cloned from the original CVS source with additional files and changes to make building with MSVC2022 easier.
Prerequisite: Visual Studio 2022
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 VC2022 solution config\msvc\gnuplot\gnuplot.sln
and build the solution.
Branch | Build status |
---|---|
main |