aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2020-01-07 15:58:04 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2020-01-07 15:58:04 -0600
commit715455178dfb88f9f532e345a261507a94f91d1f (patch)
treead2067676bd82f29f4f81ed8dbd1fd545d351422
parent5c7a4db5f4e374dee287d403d90c7bc0e07ac9d0 (diff)
downloadservo-715455178dfb88f9f532e345a261507a94f91d1f.tar.gz
servo-715455178dfb88f9f532e345a261507a94f91d1f.zip
Add documentation for WindowsSdkDir to README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 164d7ca555f..1553e0494b6 100644
--- a/README.md
+++ b/README.md
@@ -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