Build Commands (Add-ons)
The build-system also builds a range of LibreELEC or Kodi binary add-ons. These follow the same basic build command syntax as an image build, e.g. to build Tvheadend 4.2
To compile all game.libretro
add-ons:
To compile all https://github.com/LibreELEC/LibreELEC.tv/tree/master/packages/mediacenter/kodi-binary-addons:
To compile all https://github.com/LibreELEC/LibreELEC.tv/tree/master/packages/addons:
To compile all add-ons:
It is also possible to exclude specific add-ons:
To log errors to the $BUILD/logs/
directory:
To show help and list all add-on building functions:
Note
In LibreELEC 10.x and newer ARM SoC devices (Allwinner, Amlogic, NXP, Qualcomm, Rockchip, Samsung) use the ARMv7
or ARMv8
project. This project uses a minimal distro configuration (disabling most features) to reduce the overall time spent on building add-on dependencies.
Last updated