From af984342cd42452ec54b87d9303d0119add8f54b Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 30 Jun 2017 05:14:44 -0700 Subject: [PATCH] servo: Merge #17573 - Update Visual Studio instructions in Readme (from atouchet:vs-readme); r=jdm --- - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ Source-Repo: https://github.com/servo/servo Source-Revision: 7b82d3b97b43cc219a6314986c182b806a85d0f8 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 1f97315057c81792ace31ba4ace2bfee8060bd3c --- servo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/README.md b/servo/README.md index dbab149c7f39..08e99f0230b6 100644 --- a/servo/README.md +++ b/servo/README.md @@ -110,7 +110,7 @@ pip install virtualenv 3. Install Git for Windows (https://git-scm.com/download/win). DO allow it to add git.exe to the PATH (default settings for the installer are fine). -4. Install Visual Studio 2015 Community Edition (https://www.visualstudio.com/). You MUST add "Visual C++" to the +4. Install Visual Studio Community 2017 (https://www.visualstudio.com/). You MUST add "Visual C++" to the list of installed components. It is not on by default. #### Cross-compilation for Android