diff options
author | Sebastian Gift <sebastian.gift@gmail.com> | 2017-10-21 11:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 11:28:28 +0200 |
commit | 8e69988fa88d902ad66c9849dfc8e9b9529ede81 (patch) | |
tree | 7b83c417fa0b5a5ec0d18ef0095196338cd2a630 | |
parent | 48c715c1c86301d0f25e70d3e690d04d8303c58f (diff) | |
download | servo-8e69988fa88d902ad66c9849dfc8e9b9529ede81.tar.gz servo-8e69988fa88d902ad66c9849dfc8e9b9529ede81.zip |
Windows Build: Install Visual Studio at default location
Visual Studio 2017 has to be installed at the default location or mach.bat will show an error that Visual Studio 2017 is not installed when trying to build servo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b91d22f89be..a88133f1a39 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ pip install virtualenv settings for the installer are fine). 4. Install Visual Studio Community 2017 (https://www.visualstudio.com/vs/community/). 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. Visual Studio 2017 MUST installed to the default location or mach.bat will not find it. > If you encountered errors with the environment above, do the following for a workaround: > 1. Download and install [Build Tools for Visual Studio 2017](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15) > 2. Install `python2.7 x86-x64` and `virtualenv` |