diff options
author | Wolfgang Schupp <wsnipex@a1.net> | 2023-04-06 18:39:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 18:39:19 +0200 |
commit | 42f35c38da5395d6a1aa44d84a1c391ffcdc5a89 (patch) | |
tree | 36c2cfeb8760ad07b29b5c41f946be3309611072 /docs | |
parent | 00d9e079941ea00e194129782ddc6ac7abffea51 (diff) | |
parent | eb9cc07b41afe1b72137b657e9a766a2a1966772 (diff) |
Merge pull request #23092 from webosbrew/feature/webOS
[webOS] Hardware accelerated video decoding / Magic Remote
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.webOS.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/README.webOS.md b/docs/README.webOS.md index 519a2b00ae..b690288cd0 100644 --- a/docs/README.webOS.md +++ b/docs/README.webOS.md @@ -6,7 +6,7 @@ This guide has been tested with an adapted buildroot configuration where the Lin ## Table of Contents 1. **[Document conventions](#1-document-conventions)** 2. **[Prerequisites](#2-prerequisites)** -3. **[Configure the tool chain](#3-Configure-the-tool-chain)** +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)** @@ -21,7 +21,7 @@ This guide has been tested with an adapted buildroot configuration where the Lin 9.1. **[Create the IPK](#91-Create-the-IPK)** 10. **[Install](#10-Install)** 10.1. **[Using make install](#101-Using-make-install)** - 10.2. **[Using ares-cli to install](#102-Using-ares-cli-to-install)** + 10.2. **[Using ares-cli to install](#102-Using-ares-cli-to-install)** 11. **[Debugging ](#11-Debugging)** 12. **[Uninstall](#12-Uninstall)** 12.1. **[Using make to uninstall](#121-Using-make-to-uninstall)** @@ -119,7 +119,6 @@ Alternatively, you may run `make -C native/flatc` when in $HOME/kodi/tools/depen ## 6. Configure and build tools and dependencies Kodi should be built as a 32bit program for webOS. The dependencies are built in `$HOME/kodi/tools/depends` and installed into `/media/developer/apps/usr/palm/applications/org.xbmc.kodi/xbmc-deps`. -**NOTE:** `--with-platform` is mandatory for all webOS platforms --prefix should be set to where xbmc-deps are going to be built --with-toolchain=/path/to/buildroot, --host=arm-linux or whatever your compiler is @@ -130,7 +129,7 @@ cd $HOME/kodi/tools/depends ./bootstrap ./configure --prefix=$HOME/kodi-deps --host=arm-webos-linux-gnueabi \ --with-toolchain=$HOME/kodi-dev/arm-webos-linux-gnueabi_sdk-buildroot \ - --enable-debug=no \ + --enable-debug=no ``` Build tools and dependencies: |