diff --git a/docs/resources/webos/1-executing-osx-installer.png b/docs/resources/webos/1-executing-osx-installer.png new file mode 100644 index 0000000..33c5d22 Binary files /dev/null and b/docs/resources/webos/1-executing-osx-installer.png differ diff --git a/docs/resources/webos/2-webos-introduction.png b/docs/resources/webos/2-webos-introduction.png new file mode 100644 index 0000000..fc695e8 Binary files /dev/null and b/docs/resources/webos/2-webos-introduction.png differ diff --git a/docs/resources/webos/3-webos-selection.png b/docs/resources/webos/3-webos-selection.png new file mode 100644 index 0000000..bc5e59e Binary files /dev/null and b/docs/resources/webos/3-webos-selection.png differ diff --git a/docs/resources/webos/4-webos-installing.png b/docs/resources/webos/4-webos-installing.png new file mode 100644 index 0000000..12ee964 Binary files /dev/null and b/docs/resources/webos/4-webos-installing.png differ diff --git a/docs/resources/webos/5-webos-complete.png b/docs/resources/webos/5-webos-complete.png new file mode 100644 index 0000000..bb416f1 Binary files /dev/null and b/docs/resources/webos/5-webos-complete.png differ diff --git a/docs/resources/webos/download-installer.png b/docs/resources/webos/download-installer.png deleted file mode 100644 index 0e3f245..0000000 Binary files a/docs/resources/webos/download-installer.png and /dev/null differ diff --git a/docs/setup-webos-environment.md b/docs/setup-webos-environment.md index c49aed4..7333004 100644 --- a/docs/setup-webos-environment.md +++ b/docs/setup-webos-environment.md @@ -1,8 +1,41 @@ # Setup WebOS Environment -1. Go to [http://webostv.developer.lge.com/sdk/download/download-sdk/](http://webostv.developer.lge.com/sdk/download/download-sdk/) +This Guide is considering that you are using linux / mac. The Windows installation process needs to be documented, please send a PR to help :) -![download LG webos installer](resources/webos/download-installer.png) +Install the Package for your current OS: -2. Download the installer based on your platform. -3. Execute your Installer (If you're in Linux or Mac the Installer will ask for be executed with sudo). +### OSX + +- [MacOS 64-bit Installer](https://github.com/raphamorim/react-tv/releases/download/0.3.0-alpha.1/webOS_TV_SDK_Installer_macosx.zip) + +### Linux + +- [Linux 64-bit Installer](https://github.com/raphamorim/react-tv/releases/download/0.3.0-alpha.1/webOS_TV_SDK_Installer_linux64.zip) +- [Linux 32-bit Installer](https://github.com/raphamorim/react-tv/releases/download/0.3.0-alpha.1/webOS_TV_SDK_Installer_linux32.zip) + +### Windows + +- [Windows 64-bit Installer](https://github.com/raphamorim/react-tv/releases/download/0.3.0-alpha.1/webOS_TV_SDK_Installer_win64.zip) +- [Windows 32-bit Installer](https://github.com/raphamorim/react-tv/releases/download/0.3.0-alpha.1/webOS_TV_SDK_Installer_win32.zip) + +### Setting Up! + +Execute your Installer (If you're in Linux or Mac the Installer will ask for be executed with sudo). + +![Executing OSX Installer](resources/webos/1-executing-osx-installer.png) + +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) + +Select only **"Emulator 3.0"** and **IDE**, then move foward. + +![WebOS Selection](resources/webos/3-webos-selection.png) + +You'll install all packages. + +![WebOS Installing](resources/webos/4-webos-installing.png) + +After installation step, restart your machine. + +![WebOS Complete](resources/webos/5-webos-complete.png)