How to compile Vdr addon

  • 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

    Edited once, last by unclejoe01 (February 27, 2020 at 1:32 AM).

  • I was able to create a package.mk and it started to compile with

    PROJECT=WeTek_Play ARCH=arm scripts/build vdr-plugin-channelscan

    It then gives me error cannot find -liconv, any ideas?


    /LE-VDR/build.LibreELEC-WeTek_Play.arm-9.0-devel/toolchain/lib/gcc/armv7a-libreelec-linux-gnueabi/8.2.0/../../../../armv7a-libreelec-linux-gnueabi/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status make: *** [Makefile:151: libvdr-channelscan.so] Error 1