Update INSTALL.md
authorMichael Helmling <michaelhelmling@posteo.de>
Mon, 5 Jun 2017 12:49:09 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2017 12:49:09 +0000 (14:49 +0200)
Added a note that with MS Visual Studio 2017 one can directly open the CMake project.

INSTALL.md

index cbda309d912da7e1346f4082882b3a9bc8e4fb39..ee9a81ae6bf59c74e353f846b6c7024ce6c68dfe 100644 (file)
@@ -50,7 +50,7 @@ It's Windows ... Systems vary!
 This means you need to adjust things to suit your system, especially paths.
 
 Tested with:
-* Microsoft Visual Studio 2010, 2015
+* Microsoft Visual Studio 2010, 2015, 2017
 * Microsoft C++ Build Tools 2015, 2017 (standalone packages not requiring Visual Studio)
 * Gcc by mingw-w64.sf.net v4.6.3 (Strawberry Perl 32b)
 * MinGW32-4.8.0
@@ -84,7 +84,10 @@ The easiest way is at the command prompt (Visual C++ command prompt for MSVS use
 1.  **Build the Makefiles:**
 
     Replace "GENERATOR" with your needs.
-    * For MSVS: `Visual Studio XX YYYY`, e.g. `Visual Studio 14 2015`
+    * For MSVS: `Visual Studio XX YYYY`, e.g. `Visual Studio 14 2015`.
+    
+      **Note**: As Visual Studio 2017 supports CMake, you can skip this step and open the taglib
+      folder in VS instead.
     * For MinGW: `MinGW Makefiles`
        
           C:\GitRoot\taglib> cmake -G "GENERATOR"  -DCMAKE_INSTALL_PREFIX=C:\Libraries\taglib