VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-17 15:43:20 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-17 15:50:47 +0200
commit42373efcfdbad2a96896846ba3c151154dd35b84 (patch)
tree9f524e1a63a66cfc6498edf67622cf0beb35286c /README.md
parent6ae982cccf42a54cef60f5948aa46604859b4871 (diff)
downloadVeraCrypt-42373efcfdbad2a96896846ba3c151154dd35b84.tar.gz
VeraCrypt-42373efcfdbad2a96896846ba3c151154dd35b84.zip
Windows: Use Visual C++ 2010 instead of Visual C++ 2008.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 99ba5bfe..017cc966 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,9 @@ I. Windows
Requirements for Building VeraCrypt for Windows:
------------------------------------------------
-- Microsoft Visual C++ 2008 SP1 (Professional Edition or compatible)
+- Microsoft Visual C++ 2010 SP1 (Professional Edition or compatible)
- Microsoft Visual C++ 1.52 (available from MSDN Subscriber Downloads)
-- Microsoft Windows SDK for Windows 7 (configured for Visual C++)
+- Microsoft Windows SDK for Windows 7.1 (configured for Visual C++ 2010)
- Microsoft Windows SDK for Windows 8.1 (needed for SHA-256 code signing)
- Microsoft Windows Driver Kit 7.1.0 (build 7600.16385.1)
- RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki) 2.20
@@ -94,7 +94,7 @@ Instructions for Building VeraCrypt for Windows:
environment variable 'PKCS11_INC' pointing to the directory where
the PKCS #11 header files are installed.
-4) Open the solution file 'VeraCrypt.sln' in Microsoft Visual Studio 2008.
+4) Open the solution file 'VeraCrypt.sln' in Microsoft Visual Studio 2010.
5) Select 'All' as the active solution configuration.