From 3de26eaa0403dd7982eafc9b4538508d44050c84 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Wed, 8 Nov 2017 20:56:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0010bb5..bd08f3e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Or you can download the last [automatically built release](https://ci.appveyor.c [![Build status](https://ci.appveyor.com/api/projects/status/o5wy6mdk16tuht70?svg=true)](https://ci.appveyor.com/project/silverf0x/rpcview) +**Warning**: you have to install "Microsoft Visual C++ 2015 Redistributable" to use RpcView. + How to add a new RPC runtime ---------------------------------- @@ -70,7 +72,7 @@ cmake -G"Visual Studio 14 2015 Win64" ../../ To produce the Win32 solution: ``` -set CMAKE_PREFIX_PATH=C:\Qt\Qt5.9.1\5.9.1\msvc2015_64 +set CMAKE_PREFIX_PATH=C:\Qt\Qt5.9.1\5.9.1\msvc2015 ``` Then from the ```RpcView/Build/x86``` directory: ```cmake