From 36b62c1215edfa03aa1caee546eaa1ac2c7abd1e Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Sat, 22 Sep 2018 14:00:49 +0200 Subject: [PATCH] Problem: INSTALL refers to deprecated VS build instruction Solution: remove the reference --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index d8ea4ab6..3592ff67 100644 --- a/INSTALL +++ b/INSTALL @@ -39,7 +39,7 @@ cmake -G "NMake Makefiles" -D WITH_PERF_TOOL=OFF -D ZMQ_BUILD_TESTS=OFF Windows Builds ============== -For Windows building, see the libzmq\builds\msvc\readme.txt file. +On Windows, use CMake for building, or for generating a Visual Studio solution file. The library can also be built for the Windows 10 UWP platform through CMake : cmake -H. -B -G"Visual Studio 14 2015 Win64" \