From 7d68316f458d98e0f91800291dda48b5c4b1164f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 28 May 2018 20:31:33 +0200 Subject: [PATCH] Indicate that libs are included for Windows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f5382d..5f0c688e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ 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]. +The client requires [FFmpeg] and [LibSDL2]. On Windows, they are included in the +[prebuilt application](#windows). [adb]: https://developer.android.com/studio/command-line/adb.html [enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling