Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1 KB

build.rst

File metadata and controls

45 lines (32 loc) · 1 KB

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