servo: Merge #17573 - Update Visual Studio instructions in Readme (from atouchet:vs-readme); r=jdm

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

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
This commit is contained in:
Alex Touchet 2017-06-30 05:14:44 -07:00
parent 0f2c866de5
commit af984342cd

View File

@ -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 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). 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. list of installed components. It is not on by default.
#### Cross-compilation for Android #### Cross-compilation for Android