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

Unified Diff: docs/windows_build_instructions.md

Issue 1849143004: Re-add blockquotes in Windows build instructions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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 ed06056c687a0418fc1c61d8a0ae7bd67daca353..7bd24b7a6156746fc59bd2b0a6ab4b715587a264 100644
--- a/docs/windows_build_instructions.md
+++ b/docs/windows_build_instructions.md
@@ -19,33 +19,33 @@ You must have Windows 7 x64 or later. x86 OSs are unsupported.
### Open source contributors
-####For building with Visual Studio 2015 (default compiler as of March 10, 2016):
-
-Install Visual Studio 2015 Update 1 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 (1.2)
-- Universal Windows Apps Development Tools > Windows 10 SDK (10.0.10586)
-
-You must have the 10586 SDK installed or else you will hit compile errors such
-as redefined macros.
-
-#### For building with Visual Studio 2013 (no longer default as of March 10, 2016, and not recommended - requires setting `GYP_MSVS_VERSION=2013`):
-
-Install [Visual Studio 2013
-Community](http://www.visualstudio.com/products/visual-studio-community-vs)
-or [Visual Studio 2013
-Professional](http://www.visualstudio.com/products/visual-studio-professional-with-msdn-vs)
-depending on which license is appropriate for you. You can deselect
-the default options if you want, but you must make sure to install
-"Microsoft Foundation Classes for C++".
-
-You should also install the [Windows 10
-SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk) to the
-default install location. You must have SDK version 10.0.10586 or
-greater installed.
+####For building with Visual Studio 2015 (default compiler as of March 11, 2016):
+
+> Install Visual Studio 2015 Update 1 or later - Community Edition
brucedawson 2016/04/02 20:48:09 Update 2 or later. Now that it is out we require i
dcheng 2016/04/03 00:34:43 Done.
+> 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 (1.2)
brucedawson 2016/04/02 20:48:09 This has changed (IIRC) to Tools (1.3). Maybe omit
dcheng 2016/04/03 00:34:43 Done.
+> - Universal Windows Apps Development Tools > Windows 10 SDK (10.0.10586)
+>
+> You must have the 10586 SDK installed or else you will hit compile errors such
+> as redefined macros.
+
+#### For building with Visual Studio 2013 (no longer default as of March 11, 2016, and not recommended - requires setting `GYP_MSVS_VERSION=2013`):
+
+> Install [Visual Studio 2013
+> Community](http://www.visualstudio.com/products/visual-studio-community-vs)
+> or [Visual Studio 2013
+> Professional](http://www.visualstudio.com/products/visual-studio-professional-with-msdn-vs)
+> depending on which license is appropriate for you. You can deselect
+> the default options if you want, but you must make sure to install
+> "Microsoft Foundation Classes for C++".
+>
+> You should also install the [Windows 10
+> SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk) to the
+> default install location. You must have SDK version 10.0.10586 or
+> greater installed.
Run `set DEPOT_TOOLS_WIN_TOOLCHAIN=0`, or set that variable in your
global environment.
« 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