From 5feabe0988d342857acb3e481d5ae1268521bc6a Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 20 Jun 2014 10:36:09 +0900 Subject: [PATCH] Updated INSTALL. --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 0f905006..205b4d31 100644 --- a/INSTALL +++ b/INSTALL @@ -72,7 +72,8 @@ Useful configuration options used with CMake (GUI and/or Command line): Assumes parent of: \include and \lib. ZLIB_INCLUDE_DIR= Where to find ZLib's Include directory. ZLIB_LIBRARY= Where to find ZLib's Library. - ZLIB_SOURCE= Where to find ZLib's source code. + ZLIB_SOURCE= Where to find ZLib's Source Code. + Alternative to ZLIB_INCLUDE_DIR and ZLIB_LIBRARY. CMAKE_INSTALL_PREFIX= Where to install Taglib. CMAKE_BUILD_TYPE= Release, Debug, etc ... (Not available in MSVC)