File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Hyperion.NG for WebOS
2
+
3
+ Binaries are ready to install from [ Homebrew Channel] ( https://repo.webosbrew.org/apps/org.webosbrew.hyperion.ng.loader )
4
+
5
+ ## Requirements
6
+
7
+ * Linux host system
8
+ * WebOS buildroot toolchain - arm-webos-linux-gnueabi_sdk-buildroot (https://github.com/openlgtv/buildroot-nc4/releases )
9
+ * git
10
+ * CMake
11
+ * npm
12
+
13
+ ## Build
14
+
15
+ Build hyperion.ng: ` ./build_hyperion_ng.sh `
16
+
17
+ Build webOS frontend/service: ` ./build.sh `
18
+
19
+ Both scripts take an environment variable ` TOOLCHAIN_DIR ` , defaulting to: ` $HOME/arm-webos-linux-gnueabi_sdk-buildroot `
20
+
21
+ To provide an individual path, call ` export TOOLCHAIN_DIR=/your/toolchain/path ` before executing respective scripts.
22
+
23
+ ` build_hyperion_ng.sh ` also takes two other environment variables:
24
+
25
+ - ` HYPERION_NG_REPO `
26
+ - ` HYPERION_NG_BRANCH `
27
+
28
+ ## References
29
+
30
+ Ambient lighting service/daemon: [ Hyperion.NG] ( https://github.com/hyperion-project/hyperion.ng )
31
+
32
+ Video grabber of webOS: [ hyperion-webos] ( https://github.com/webosbrew/hyperion-webos )
33
+
34
+ Frontend of Video grabber hyperion-webos: [ piccap] ( https://github.com/TBSniller/piccap )
35
+
36
+ ## Credits
37
+
38
+ @Smx-smx
39
+ @TBSniller
40
+ @Informatic
41
+ @Mariotaku
42
+ @Lord-Grey
43
+ @Paulchen-Panther
44
+ @chbartsch
You can’t perform that action at this time.
0 commit comments