TO INSTALL
-
You need to download the SDK from the LG website (webOS_SDK_TV_Installer_linux64_full.zip) because it cannot be included in this package. The version must match with the version of this package!
-
Place it into a folder with this package's snapshot you downloaded
-
Build and install the packages you want with
makepkg
The CLI command is ares
.
If you want the VSCode extension to work properly you must set the CLI path in your /etc/environment
, like so (seems to work without as well, it's just complaining):
WEBOS_CLI_TV=/usr/share/webOS_TV_SDK/CLI/bin
Known issues:
- WebOS IDE's UI is partially broken for now (I guess it doesn't work well with newer versions of Qt). I will try to patch it when I've got some time.
- Emulator will not start if your userid and groupid is not the same.
Pinned Comments
Gr3q commented on 2020-05-21 19:07 (UTC) (edited on 2021-11-06 13:44 (UTC) by Gr3q)
TO INSTALL
You need to download the SDK from the LG website (webOS_SDK_TV_Installer_linux64_full.zip) because it cannot be included in this package. The version must match with the version of this package!
Place it into a folder with this package's snapshot you downloaded
Build and install the packages you want with
makepkg
The CLI command is
ares
.If you want the VSCode extension to work properly you must set the CLI path in your
/etc/environment
, like so (seems to work without as well, it's just complaining):WEBOS_CLI_TV=/usr/share/webOS_TV_SDK/CLI/bin
Known issues: