Skip to content

Commit

Permalink
Add documentation for WindowsSdkDir to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Jan 7, 2020
1 parent 5c7a4db commit 7154551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 7154551

Please sign in to comment.