Build#

Follow the steps below to build the add-on.

Clone#

Ensure git is installed and run the following:

git clone --recurse-submodules https://github.com/lizardbyte/themerr-kodi.git
cd ./themerr-kodi

Setup venv#

It is recommended to setup and activate a venv.

Install Requirements#

Install Requirements (Optional)
python -m pip install -r requirements.txt
Development Requirements (Required)
python -m pip install -r requirements-dev.txt

Build Add-on#

python -m scripts.build

Remote Build#

It may be beneficial to build remotely in some cases. This will enable easier building on different operating systems.

  1. Fork the project

  2. Activate workflows

  3. Trigger the CI workflow manually

  4. Download the artifacts from the workflow run summary