aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Helmling <michaelhelmling@posteo.de>2017-06-05 14:49:09 +0200
committerGitHub <noreply@github.com>2017-06-05 14:49:09 +0200
commitea9202d9ee3bf3384cde8c67e7eb2df97a9cc8d6 (patch)
treedb023ab76bb83d303e68297f46301313cf2bfae6
parent3c657d1a448faf8e826e593bf9820657e71aec25 (diff)
Update INSTALL.md
Added a note that with MS Visual Studio 2017 one can directly open the CMake project.
-rw-r--r--INSTALL.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cbda309d..ee9a81ae 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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