Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
docs: update webos docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 23, 2018
1 parent e03218b commit 12273ad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ReactTV.render(<Clock/>, document.getElementById('root'))

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

In addition: Unify the build for multiple TV platforms.

### Setup for TV SKDs

- [Setup LG WebOS SDK](docs/setup-webos-environment.md)
- [Setup Samsung Tizen SDK](docs/setup-tizen-environment.md)

### Articles

Friendly list of tutorials and articles:
Expand Down
6 changes: 6 additions & 0 deletions docs/setup-tizen-environment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Setup Tizen Environment

Alternative guides:

- [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)

[Install the Tizen Studio](http://developer.samsung.com/tv/develop/tools/tizen-studio)

[Install Tizen Studio 2.1](http://download.tizen.org/sdk/Installer/tizen-studio_2.1/)

[Install the TV SDK](http://developer.samsung.com/tv/develop/getting-started/setting-up-sdk/installing-tv-sdk/)

Using the Package Manager install the Web CLI, Native CLI and Baseline SDK packages under the Tizen SDK Tools
8 changes: 8 additions & 0 deletions docs/setup-webos-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Execute your Installer (If you're in Linux or Mac the Installer will ask for be

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

For OSX: Note if you doesn’t have `/opt` folder, you must to create manual.

```bash
sudo mkdir /opt
```

You pop the SDK Installer, select "Agree" about LG Agreement and choose the destination folder for this installation to continue.

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

![WebOS Complete](resources/webos/5-webos-complete.png)

SDK Installed!

0 comments on commit 12273ad

Please sign in to comment.