v17 no PVR addons on compiled ver.
#3
Can you be a little more specific, nickr?
I have been compiling the current nightly builds (currently Leia) from source for some time now, but I somehow never managed to get the PVR addons included. And with the new cmake-system, it seems to get more complicated.
Basically, my current buildscript does the following (it mainly follows the README.linux):
Code:
killall kodi.bin
cd xbmc/
git clean -xfd
git reset --hard
git pull --rebase
mkdir kodi-build/
cd kodi-build/

cmake .. -DENABLE_VAAPI=ON -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build . -- VERBOSE=1 -j2
make -C tools/depends/target/binary-addons PREFIX=/usr/local
sudo make install
sudo make install binary-addons

Most interestingly, if I run kodi from the build directory, all the PVR addons are there, so I guess the install process is not working properly?
When I manually copy the addons-folder in kodi-build to /usr/local/share/kodi/addons/ and the system-folder to /usr/local/lib/kodi/system/, the addons show up.

So what $string[1|2] would I need for make -C $string1 and sudo make install $string2 for the PVR addons to actually be build and installed? Or is there a list of all the $string[1|2], indicating which compiles and installs which features?
Reply


Messages In This Thread
no PVR addons on compiled ver. - by marmz - 2017-03-18, 19:40
RE: no PVR addons on compiled ver. - by nickr - 2017-03-18, 23:37
RE: no PVR addons on compiled ver. - by Loculill - 2017-03-19, 23:04
RE: no PVR addons on compiled ver. - by nickr - 2017-06-12, 00:18
Logout Mark Read Team Forum Stats Members Help
no PVR addons on compiled ver.0