Merge pull request #93 from CampbellOwen/patch-1
Add links to FFmpeg and LibSDL2 dependencies
This commit is contained in:
commit
88f6b43c8f
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).
|
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
|
[adb]: https://developer.android.com/studio/command-line/adb.html
|
||||||
[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling
|
[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]: https://developer.android.com/studio/releases/platform-tools.html
|
||||||
[platform-tools-windows]: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
|
[platform-tools-windows]: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
|
||||||
|
[ffmpeg]: https://en.wikipedia.org/wiki/FFmpeg
|
||||||
The client requires _FFmpeg_ and _LibSDL2_.
|
[LibSDL2]: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
|
||||||
|
|
||||||
|
|
||||||
## Build and install
|
## Build and install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue