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:
- Install pip:
$ ./build_tools/pip_install.sh
- Sync dependencies:
$ python3 samsung_webports_deps.py
- 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:
-
After performing these steps please don't run gclient sync as described in [How to Checkout chapter of README.md]
-
Our webports fork has been migrated to support python3 :)