mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add documentation for WindowsSdkDir to README
This commit is contained in:
parent
5c7a4db5f4
commit
715455178d
1 changed files with 5 additions and 0 deletions
|
@ -265,6 +265,11 @@ linker = "lld-link.exe"
|
|||
> 1. Open Command Prompt or PowerShell as administrator.
|
||||
> 2. Disable case-sensitive for servo path, `fsutil.exe file SetCaseSensitiveInfo X:\path\to\servo disable`
|
||||
|
||||
> If you got the error `DLL file `api-ms-win-crt-runtime-l1-1-0.dll` not found!` then set
|
||||
> the `WindowsSdkDir` environment variable to an appropriate `Windows Kit` directory containing
|
||||
> `Redist\ucrt\DLLs\x64\api-ms-win-crt-runtime-l1-1-0.dll`, for example
|
||||
> `C:\Program Files (x86)\Windows Kits\10`.
|
||||
|
||||
#### Cross-compilation for Android
|
||||
|
||||
Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue