Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 12273ad

Browse files
committed
docs: update webos docs
1 parent e03218b commit 12273ad

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ReactTV.render(<Clock/>, document.getElementById('root'))
3333

3434
- [About React-TV](#about-react-tv)
3535
- [Understanding the Problem](#understanding-the-problem)
36+
- [Setup for TV SKDs](#setup-for-tv-sdks)
3637
- [Articles](#articles)
3738
- [react-tv-cli](#react-tv-cli)
3839
- [Developing for WebOS](#developing-for-webos)
@@ -72,6 +73,11 @@ These restrictions make super responsive 60fps experiences especially tricky. Th
7273

7374
In addition: Unify the build for multiple TV platforms.
7475

76+
### Setup for TV SKDs
77+
78+
- [Setup LG WebOS SDK](docs/setup-webos-environment.md)
79+
- [Setup Samsung Tizen SDK](docs/setup-tizen-environment.md)
80+
7581
### Articles
7682

7783
Friendly list of tutorials and articles:

docs/setup-tizen-environment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Setup Tizen Environment
22

3+
Alternative guides:
4+
5+
- [Developing for “old” Samsung TVs in Tizen Studio 2.x](https://medium.com/@ibazzva/developing-for-old-samsung-tvs-in-tizen-studio-2-x-5aa3f853db09)
6+
37
[Install the Tizen Studio](http://developer.samsung.com/tv/develop/tools/tizen-studio)
48

9+
[Install Tizen Studio 2.1](http://download.tizen.org/sdk/Installer/tizen-studio_2.1/)
10+
511
[Install the TV SDK](http://developer.samsung.com/tv/develop/getting-started/setting-up-sdk/installing-tv-sdk/)
612

713
Using the Package Manager install the Web CLI, Native CLI and Baseline SDK packages under the Tizen SDK Tools

docs/setup-webos-environment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Execute your Installer (If you're in Linux or Mac the Installer will ask for be
2424

2525
![Executing OSX Installer](resources/webos/1-executing-osx-installer.png)
2626

27+
For OSX: Note if you doesn’t have `/opt` folder, you must to create manual.
28+
29+
```bash
30+
sudo mkdir /opt
31+
```
32+
2733
You pop the SDK Installer, select "Agree" about LG Agreement and choose the destination folder for this installation to continue.
2834

2935
![WebOS Introduction](resources/webos/2-webos-introduction.png)
@@ -39,3 +45,5 @@ You'll install all packages.
3945
After installation step, restart your machine.
4046

4147
![WebOS Complete](resources/webos/5-webos-complete.png)
48+
49+
SDK Installed!

0 commit comments

Comments
 (0)