Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 824 Bytes

README.Samsung.md

File metadata and controls

32 lines (19 loc) · 824 Bytes

Samsung webports fork

This is a fork of webports repository adapted to facilitate Samsung TV specific features.

Our fork doesn't use gclient, so before building weports as described in README.md please use following steps:

  1. Install pip:

$ ./build_tools/pip_install.sh

  1. Sync dependencies:

$ python3 samsung_webports_deps.py

  1. If you are using pepper_63 toolchain you need to build gtest, because it is required by some webports and it is not bundled with this toolchain

$ make gtest

After performing these steps you can start building weports as described in README.md

Note:

  1. After performing these steps please don't run gclient sync as described in [How to Checkout chapter of README.md]

  2. Our webports fork has been migrated to support python3 :)