I want to compile a vdr addon that is not included with LE. This is for wetekplay! I have done the following and was able to compile!
Code
git clone https://github.com/CvH/LibreELEC.tv.git LE-Tvh
cd LE-Tvh
git checkout 9.0/tvh-4.3
PROJECT=WeTek_Play ARCH=arm scripts/create_addon vdr-addon
It compiles fine, but I want add extra vdr plugins but I am not knowledgeable on that! The add I want to add is from here Bitbucket
Thanks