diff options
author | throwaway96 <68320646+throwaway96@users.noreply.github.com> | 2023-03-19 15:07:04 -0400 |
---|---|---|
committer | Stephan Sundermann <stephansundermann@gmail.com> | 2023-04-06 12:07:26 +0200 |
commit | 9c272abf778b68399e052f1953fff7d834abab5d (patch) | |
tree | 9a0f65ed4d772c57963e08b88035f8e812c05e11 /docs | |
parent | 664ce0face18c7e2c661c2de729f2d917407f942 (diff) |
Minor documentation/whitespace cleanup
These issues were mostly left over from the merge.
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: |