From 127eadcb891b5c6957e8ce847d9316fc7946d543 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Tue, 7 Nov 2017 09:59:04 -0800 Subject: [PATCH] Added VS2015 C++ redist dependency info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f13317..3b67df3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ function. Download a release package, extract it, add `/include` to your compile includes, `/lib` to your linker paths, and link with `discord-rpc`. +Note that the release packages were compiled using Visual Studio 2015, so the [Visual C++ Redistributable for VS2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) will be a requirement for your game. If you wish to avoid this dependency, you should compile the libraries yourself using whatever dependencies are already in your game. + ### From repo There's a [CMake](https://cmake.org/download/) file that should be able to generate the lib for