djp952 / pvr.hdhomerundvr

Unofficial Kodi HDHomeRun DVR PVR Client
https://github.com/djp952/pvr.hdhomerundvr/wiki
Other
58 stars 9 forks source link

Switch to source-build OpenSSL on Windows platforms #95

Closed djp952 closed 2 years ago

djp952 commented 2 years ago

Given the short runway, I opted to prebuild OpenSSL for Windows and UWP, but I hate doing that. Given how Visual C++ runtimes work and that libcurl and libz are source built on Windows, it's the better option.

The library files for Windows platforms are also massive and makes cloning the dependency repo painful, but that's a lesser concern.

djp952 commented 2 years ago

Not doing this; switching to wolfSSL instead (https://github.com/djp952/pvr.hdhomerundvr/issues/110). It's a far easier platform to work with.