-
-
Notifications
You must be signed in to change notification settings - Fork 33
Development Guide
Mariotaku edited this page Jul 3, 2023
·
4 revisions
- Follow instructions here to setup native toolchain
- Run
scripts/webos/easy_build.sh
without root. You might be asked for root password once to install required tools.
- Create a directory e.g.
build
in project root directory, andcd
into it. - run
cmake ..
- run
cpack
to get IPK package indist
directory
- Ensure your system has desired locale. If you want to test
ja_JP.utf-8
, then you will have this locale enabled. - After build,
cd
into build directory. - Set
TEXTDOMAINDIR=mo
before you run moonlight-tv command. Also setLANG
with the locale you want to test.