diff options
author | Markus Härer <markus.haerer@gmx.net> | 2023-05-14 15:11:13 +0200 |
---|---|---|
committer | Markus Härer <markus.haerer@gmx.net> | 2023-05-14 15:11:49 +0200 |
commit | 051b505d3871763422e26688746f0a21a42f0452 (patch) | |
tree | ba9781f60188df41e95590a0ac1602cf06ab436d /docs | |
parent | 4e0be48876125e6c48d64f96d034f3cdd40b8769 (diff) |
[doc][webos] Remove outdated flatc section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.webOS.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/README.webOS.md b/docs/README.webOS.md index b690288cd0..f7a4f74f49 100644 --- a/docs/README.webOS.md +++ b/docs/README.webOS.md @@ -9,7 +9,6 @@ This guide has been tested with an adapted buildroot configuration where the Lin 3. **[Configure the tool chain](#3-Configure-the-tool-chain)** 4. **[Configure ares-cli tools](#4-Configure-ares-cli-tools)** 5. **[Get the source code](#5-get-the-source-code)** - 5.1. **[5.1. Downgrade flatc binary](#51-Downgrade-flatc-binary)** 6. **[Configure and build tools and dependencies](#6-configure-and-build-tools-and-dependencies)** 6.1. **[Advanced Configure Options](#61-Advanced-Configure-Options)** 7. **[Generate Kodi Build files](#7-Generate-Kodi-Build-files)** @@ -102,19 +101,6 @@ Clone Kodi's current master branch: git clone https://github.com/xbmc/xbmc kodi ``` -### 5.1. Downgrade flatc binary - -The version of FlatBuffers in Kodi is currently locked to v2.0.0, the flatc binary installed onto your Linux system is likely -to be much newer and therefore incompatible. You can get a version compatible here: - -``` -https://github.com/google/flatbuffers/releases/download/v2.0.0/Linux.flatc.binary.clang++-9.zip -``` - -Place flatc somewhere in your path, for example `/usr/local/bin` - -Alternatively, you may run `make -C native/flatc` when in $HOME/kodi/tools/depends which will compile it for you. - **[back to top](#table-of-contents)** ## 6. Configure and build tools and dependencies |