Merge pull request #3260 from sigiesec/remove-outdated-reference

Problem: INSTALL refers to deprecated VS build instructions
This commit is contained in:
Luca Boccassi 2018-09-22 13:55:45 +01:00 committed by GitHub
commit 7476e58897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<build dir> -G"Visual Studio 14 2015 Win64" \