doc/building.md
branchJDK-8215445-branch
changeset 57081 a55844323727
parent 57075 168830ded68a
child 57086 f48eb679f5ca
--- a/doc/building.md	Mon Dec 17 09:35:15 2018 -0800
+++ b/doc/building.md	Wed Dec 19 00:50:05 2018 -0800
@@ -197,6 +197,14 @@
 Windows. To build for Linux, pass `--build=x86_64-unknown-linux-gnu` and 
 `--host=x86_64-unknown-linux-gnu` to `configure`.
 
+If building Windows binaries, you must also have synced down the OpenJDK source code 
+from Windows. This is because Windows executables (such as Visual Studio and the boot
+JDK) must be able to access the source code. Also, the directory where the OpenJDK
+source code is stored must be case-insensitive (either by setting the individual
+directory as case insensitive using fsutil, changing /etc/fstab to mount the drive as
+case-insensitive, or editing /etc/wsl.conf to mark all mounted Windows drives as 
+case-insensitive).
+
 #### Cygwin
 
 A functioning [Cygwin](http://www.cygwin.com/) environment is thus required for