MediaPortal PVR add-on make file failure
#1
Hello

I tried to install the Kodi media portal PVR add-on for Linux using these commands:

MediaPortal TVServer PVR

MediaPortal TVServer PVR client addon for Kodi

Build instructions

Linux

git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.mediapor...server.git
cd pvr.mediaportal.tvserver && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.mediaportal.tvserver -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make

Unfortunately the cmake command line fails with the error "The source directory "/home/anthony/.local/share/Trash/files/pvr.mediaportal.tvserver/build/pvr.mediaportal.tvserver/build/xbmc/project/cmake/addons" does not exist.

Not sure what to do next?
Reply

Logout Mark Read Team Forum Stats Members Help
MediaPortal PVR add-on make file failure0