Skip to content

Commit d6cd9b7

Browse files
committed
Add README
1 parent be46b57 commit d6cd9b7

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

0 commit comments

Comments
 (0)