summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index ed2de3b8..ec8f117e 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Documentation License (see COPYING.FDL).
===============================================================================
-FLAC - 1.3.3 - Contents
+FLAC - 1.3.4 - Contents
===============================================================================
- Introduction
@@ -211,6 +211,10 @@ not an x86, change -DFLAC__CPU_IA32 to -DFLAC__CPU_UNKNOWN.
Building with MSVC
===============================================================================
+When building with MSVC, using CMake is preferred, see Building with
+CMake for more information. Building with MSVC using solution files
+is deprecated and these files will be removed in the future.
+
There are .vcproj projects and a master FLAC.sln solution to build all
the libraries and executables with MSVC 2005 or newer.