Add links to FFmpeg and LibSDL2 dependencies
This commit is contained in:
parent
35298bb0c6
commit
3bb2cda955
1 changed files with 4 additions and 3 deletions
|
@ -23,13 +23,14 @@ and extract the following files to a directory accessible from your `PATH`:
|
|||
|
||||
Make sure you [enabled adb debugging][enable-adb] on your device(s).
|
||||
|
||||
The client requires [FFmpeg] and [LibSDL2].
|
||||
|
||||
[adb]: https://developer.android.com/studio/command-line/adb.html
|
||||
[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling
|
||||
[platform-tools]: https://developer.android.com/studio/releases/platform-tools.html
|
||||
[platform-tools-windows]: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
|
||||
|
||||
The client requires _FFmpeg_ and _LibSDL2_.
|
||||
|
||||
[ffmpeg]: https://ffmpeg.org/
|
||||
[LibSDL2]: https://www.libsdl.org/download-2.0.php
|
||||
|
||||
## Build and install
|
||||
|
||||
|
|
Loading…
Reference in a new issue