]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add vcpkg support for MSVC builds
authorWolfgang Stöggl <c72578@yahoo.de>
Mon, 17 Jun 2019 10:07:19 +0000 (12:07 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 17 Jun 2019 12:29:23 +0000 (14:29 +0200)
commit7c863e9d1c8594a279c94001dceb52362401ae99
tree252a701711d0fccfed6cd822148e5b9e154ebaf6
parent02c2365eb2b560f66e569f4062daa64118d2bf99
Add vcpkg support for MSVC builds

- This allows building against newer and up-to-date versions of
  required libraries. Vcpkg is a library manager and can be found here:
  https://github.com/microsoft/vcpkg
- Libraries are provided for 32-bit and 64-bit.
  Current versions of libraries are e.g.:
  cairo 1.16.0, expat 2.2.6, fontconfig 2.12.4, freetype 2.9.1,
  gettext 0.19, glib 2.52.3, libpng 1.6.37, pango 1.40.11, pcre 8.41,
  libxml2 2.9.9 and zlib 1.2.11
  Furthermore these libraries from vcpkg are regularly updated.
- Added information to WIN32-BUILD-TIPS.txt and win32/README concerning
  vcpkg
- Added win32/Makefile_vcpkg.msc for building using nmake
.gitignore
WIN32-BUILD-TIPS.txt
win32/Makefile_vcpkg.msc [new file with mode: 0644]
win32/README