diff --git a/doc/building.html b/doc/building.html index fde6cde4c32..da8465bc532 100644 --- a/doc/building.html +++ b/doc/building.html @@ -282,6 +282,11 @@ possible, use an SSD. The build process is very disk intensive, and having slow disk access will significantly increase build times. If you need to use a network share for the source code, see below for suggestions on how to keep the build artifacts on a local disk.
+UTF-8 support is needed to compile the JDK. On Unix systems, this
+typically means that the C.UTF-8 or
+en_US.UTF-8 locale needs to be available. For Windows
+users, please see the section on Locale
+Requirements below.
On Windows, extra care must be taken to have a smooth building experience:
If using Cygwin, you must make sure the file permissions and attributes between Windows and Cygwin are consistent. It is recommended that you follow this procedure:
-UTF-8 support is needed to compile the JDK. On Unix systems, this
-typically means that the C.UTF-8 or
-en_US.UTF-8 locale needs to be available. For Windows
-users, please see the section on Locale
-Requirements below.
On Windows, if using Cygwin, extra care -must be taken to make sure the environment is consistent. It is -recommended that you follow this procedure:
Create the directory that is going to contain the top directory
of the JDK clone by using the mkdir command in the Cygwin