Skip to content

Development Guide

Mariotaku edited this page Jul 3, 2023 · 4 revisions

Building

webOS

  • Follow instructions here to setup native toolchain

Quick Start

  • Run scripts/webos/easy_build.sh without root. You might be asked for root password once to install required tools.

Complete Build Steps

  • Create a directory e.g. build in project root directory, and cd into it.
  • run cmake ..
  • run cpack to get IPK package in dist directory

Developing

Testing i18n

  1. Ensure your system has desired locale. If you want to test ja_JP.utf-8, then you will have this locale enabled.
  2. After build, cd into build directory.
  3. Set TEXTDOMAINDIR=mo before you run moonlight-tv command. Also set LANG with the locale you want to test.

Open Wiki on your phone

moonlight-tv Wiki

Clone this wiki locally