Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silverf0x committed Nov 8, 2017
1 parent d796dde commit 3de26ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3de26ea

Please sign in to comment.