Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: docs/windows_build_instructions.md

Issue 2558093004: win: Update build docs for Windows SDK 14393 (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/windows_build_instructions.md
diff --git a/docs/windows_build_instructions.md b/docs/windows_build_instructions.md
index 2fae46c4384f918cb3a4433b3345ab88516dce0d..f2d7be052125279f7a4694f1d91d0fc46c4835b7 100644
--- a/docs/windows_build_instructions.md
+++ b/docs/windows_build_instructions.md
@@ -22,18 +22,19 @@ Are you a Google employee? See
### Visual Studio
-As of March 11, 2016 Chromium requires Visual Studio 2015 to build.
+As of December 8, 2016 Chromium requires Visual Studio 2015, with the 14393
+Windows SDK to build.
Install Visual Studio 2015 Update 3 or later - Community Edition
should work if its license is appropriate for you. Use the Custom Install option
and select:
- Visual C++, which will select three sub-categories including MFC
-- Universal Windows Apps Development Tools > Tools
-- Universal Windows Apps Development Tools > Windows 10 SDK (10.0.10586)
+- Universal Windows Apps Development Tools > Tools (1.4.1) and Windows 10 SDK
+ (10.0.14393)
-You must have the 10586 SDK installed or else you will hit compile errors such
-as redefined macros.
+You must have the 14393 SDK installed or else you will hit compile errors such
+as undefined or redefined macros.
Install the Windows SDK 10, and choose Debugging Tools For Windows when you
install this in order to get windbg.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698