aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMiguel Borges de Freitas <92enen@gmail.com>2024-02-03 10:49:33 +0000
committerGitHub <noreply@github.com>2024-02-03 10:49:33 +0000
commit80209208f0aed03fc13abb56afceccd3328accfe (patch)
tree0313e264c2bc42ce13332a5364b40ae40a9b0280 /tools
parent0db40347c93c7bac4fab079b32bf057214620e54 (diff)
parentac3221d319698d15ffd257b723a392d8efe226ec (diff)
Merge pull request #24613 from enen92/gh_docs
[docs] Use gh markdown highlights of warnings, tips and notes
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/depends/README.md b/tools/depends/README.md
index 271f5f653b..29f555b296 100644
--- a/tools/depends/README.md
+++ b/tools/depends/README.md
@@ -29,7 +29,8 @@ Paths below are examples. If you want to build Kodi, follow our **[build guides]
**tvOS**
`./configure --host=aarch64-apple-darwin --with-platform=tvos`
-**NOTE:** You can target the same `--prefix=` path. Each setup will be done in an isolated directory. The last configure/make you do is the one used for Kodi/Xcode.
+> [!NOTE]
+> You can target the same `--prefix=` path. Each setup will be done in an isolated directory. The last configure/make you do is the one used for Kodi/Xcode.
### Android
**arm**
@@ -44,7 +45,8 @@ Paths below are examples. If you want to build Kodi, follow our **[build guides]
**x86_64**
`./configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=x86_64-linux-android --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r20 --prefix=$HOME/android-tools/xbmc-depends`
-> **Note:** Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly!
+> [!NOTE]
+> Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly!
### Linux
**ARM (codesourcery/lenaro/etc)**