From 3bb2cda955590ed3c9e5227220efa1348d01b60e Mon Sep 17 00:00:00 2001 From: Owen Campbell Date: Sat, 24 Mar 2018 00:55:05 -0700 Subject: [PATCH 1/2] Add links to FFmpeg and LibSDL2 dependencies --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8757bb72..cf72d38d 100644 --- a/README.md +++ b/README.md @@ -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 From 324a2642330e12249530fa77652f091445356298 Mon Sep 17 00:00:00 2001 From: Owen Campbell Date: Sat, 24 Mar 2018 01:09:41 -0700 Subject: [PATCH 2/2] Change links to wikipedia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf72d38d..801cfe54 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The client requires [FFmpeg] and [LibSDL2]. [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 -[ffmpeg]: https://ffmpeg.org/ -[LibSDL2]: https://www.libsdl.org/download-2.0.php +[ffmpeg]: https://en.wikipedia.org/wiki/FFmpeg +[LibSDL2]: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer ## Build and install