vcpkg port of Wt (for easily building Wt on Windows)
Added by Stephan Kaiser about 8 years ago
You might be interested in this PR of mine:
https://github.com/Microsoft/vcpkg/pull/204
It enables building Wt (incl. HTTPS) with the vcpkg package manager and Visual Studio 2015:
vcpkg install wt
or:
vcpkg install wt:x64-windows
Replies (3)
RE: vcpkg port of Wt (for easily building Wt on Windows) - Added by Stephan Kaiser about 8 years ago
PR has been accepted and merged.
RE: vcpkg port of Wt (for easily building Wt on Windows) - Added by Wim Dumon about 8 years ago
Hey Stephan,
Thanks for the work and for letting us know! Looking forward to see a package system on windows that works well!
Wim.
RE: vcpkg port of Wt (for easily building Wt on Windows) - Added by Osman Zakir over 7 years ago
I agree there. I tried vcpkg with FLTK, but there were some problems. I'll try it with Wt later as well when I get the chance. But hey, at least Microsoft is trying. I just hope it's a decently recent version of Wt.