djp952 / pvr.hdhomerundvr

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

Linux builds require GCC 5 ABIs #1

Closed djp952 closed 7 years ago

djp952 commented 7 years ago

The Linux builds (release 1.0.0) require the GCC 5 ABIs, specifically libstdc++.so.6.0.21. This is more current than many Linux systems will have available. Look into building the Linux libraries with gcc/g++ 4.9.x instead of 5.x.

djp952 commented 7 years ago

This specific concern has been addressed in release 1.0.1 for both Jarvis and Kodi. With any luck, this will be the only major compatibility concern on Linux