From 3382a5d03cae0d656169d9ae58e4cafb8591f2af Mon Sep 17 00:00:00 2001 From: GuanZhang <44019025+guanzhangrtk@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:52:49 +0900 Subject: [PATCH] MSYS2 is needed to build under Windows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ff7f820..b78bc234 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ sunshine needs access to uinput to create mouse and gamepad events: ### Requirements: +First you need to install [MSYS2](https://www.msys2.org), then startup "MSYS2 MinGW 64-bit" and install the following packages using `pacman -S`: + mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git mingw-w64-x86_64-make cmake make gcc ### Compilation: