Hi,
I try to compile a addon from a git, i get work, but not the really good ways, cause i get the .so file and need to pack manual to a zip, and not a bit elegant way.
My way, after i do compile of libreelec steps ,
$ cmake -DCMAKE_TOOLCHAIN_FILE=/http://LibreELEC.tv/build.LibreELEC-S905.arm-9.0-devel/toolchain/etc/cmake-armv8a-libreelec-linux-gnueabi.conf -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug /http://LibreELEC.tv/pvr.iptvsimple.multi/
for ex, whats the better way, for do same but with good result, of zip file addon.
Thx for any tip!