mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add Windows troubleshooting
Add Windows troubleshooting, about mach cannot run on a case-sensitive file system on Windows 10 v1803+
This commit is contained in:
parent
7400219adf
commit
c9271cb634
1 changed files with 4 additions and 0 deletions
|
@ -249,6 +249,10 @@ linker = "lld-link.exe"
|
||||||
> 2. `cd to/the/path/servo`
|
> 2. `cd to/the/path/servo`
|
||||||
> 3. `python mach build -d`
|
> 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
|
#### Cross-compilation for Android
|
||||||
|
|
||||||
Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for
|
Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue