aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-08-18 10:44:41 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-08-18 13:30:44 +0200
commit9241c50df604242773a89fc890eab24a82df1306 (patch)
treeb48215756b0f41f9688891af6b0679dabae5d43f /site
parent0872b54ae411a03e6e93e8af5231a3f549a352ee (diff)
Update windows doc for the current default msys install location
Msys is now installed to c:\msys64 by default. This cl updates our docs to prevent confusion. RELNOTES: None. PiperOrigin-RevId: 165681864
Diffstat (limited to 'site')
-rw-r--r--site/docs/windows.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index 035295c35d..34b72e913f 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -19,20 +19,20 @@ variables:
```bash
export JAVA_HOME="$(ls -d C:/Program\ Files/Java/jdk* | sort | tail -n 1)"
-export BAZEL_SH=c:/tools/msys64/usr/bin/bash.exe
+export BAZEL_SH=c:/msys64/usr/bin/bash.exe
```
If you run outside of `bash`, ensure that ``msys-2.0.dll`` is in your ``PATH``
-(if you install msys2 to ``c:\tools\msys64``, just add
-``c:\tools\msys64\usr\bin`` to ``PATH``).
+(if you install msys2 to ``c:\msys64``, just add
+``c:\msys64\usr\bin`` to ``PATH``).
If you have another tool that vendors msys2 (such as msysgit), then
-``c:\tools\msys64\usr\bin`` must appear in your ``PATH`` *before* entries for
+``c:\msys64\usr\bin`` must appear in your ``PATH`` *before* entries for
those tools.
Similarly, if you have [bash on Ubuntu on
Windows](https://msdn.microsoft.com/en-gb/commandline/wsl/about) installed, you
-should make sure ``c:\tools\msys64\usr\bin`` appears in ``PATH`` *before*
+should make sure ``c:\msys64\usr\bin`` appears in ``PATH`` *before*
``c:\windows\system32``, because otherwise Windows' ``bash.exe`` is used before
msys2's.
@@ -42,7 +42,7 @@ To **run** Bazel (even pre-built binaries), you will need:
* Java JDK 8 or later
* [msys2 shell](https://msys2.github.io/) (need to be installed at
- ``C:\tools\msys64\``).
+ ``C:\msys64\``).
* We build against version
[20160205](https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-x86_64-20160205.exe/download),
you will need this version in order to run the pre-built