From 0629fe7846352598b162fa0e39440b2a96e841e7 Mon Sep 17 00:00:00 2001 From: GuanZhang <44019025+guanzhangrtk@users.noreply.github.com> Date: Sun, 8 Aug 2021 18:04:48 +0900 Subject: [PATCH] Add missing requirements for clean MSYS2 environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a476a86..2ff7f820 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ sunshine needs access to uinput to create mouse and gamepad events: ### Requirements: - 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 + 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: - `git clone https://github.com/loki-47-6F-64/sunshine.git --recursive`