From c9271cb634b2d5ba84a474878b3af2ec5f681a33 Mon Sep 17 00:00:00 2001 From: Yongning Liang Date: Wed, 16 Jan 2019 21:08:19 +0800 Subject: [PATCH] Add Windows troubleshooting Add Windows troubleshooting, about mach cannot run on a case-sensitive file system on Windows 10 v1803+ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c932c73e34..f17219e4003 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,10 @@ linker = "lld-link.exe" > 2. `cd to/the/path/servo` > 3. `python mach build -d` +> If you got the error `Cannot run mach in a path on a case-sensitive file system on Windows`: +> 1. Open Command Prompt or PowerShell as administrator. +> 2. Disable case-sensitive for servo path, `fsutil.exe file SetCaseSensitiveInfo X:\path\to\servo disable` + #### Cross-compilation for Android Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for