diff options
author | qouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-08 06:00:20 +0000 |
---|---|---|
committer | qouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-08 06:00:20 +0000 |
commit | 1a809263b7089a5f73b0baa94f5fd9d28cb895fc (patch) | |
tree | bf782a713dc505214854681acea603a835802daa | |
parent | 8cf7c268db06dbed2ab76511dbb51b8f498fcf0a (diff) | |
download | edk2-platforms-1a809263b7089a5f73b0baa94f5fd9d28cb895fc.tar.xz |
Updated ReleaseNotes.txt since the issue of build CompressDll.dll in cygwin is fixed, there is no need to copy 'linux' java header to Windows: JVAV_HOME/Include.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1211 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ReleaseNotes.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index dd501a30e8..b965615797 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -232,13 +232,7 @@ A Word on compiling under Cygwin with gcc Cygwin is a POSIX style operating environment for Windows. It is possible to
compile the EDK 2 using gcc and cygwin. There are a few extra steps necessary
-to make this happen. There is a JNI (Java Native Interface) library in the
-Tools. In order to compile this under Cygwin, the 'linux' java headers must be
-installed to the $JAVA_HOME dir on the windows system. To accomplish this, you
-must install the JDK on a linux system, and then copy
-linux:$JAVA_HOME/include/linux/ to windows:$JAVA_HOME/include. These are really
-typedefs needed by gcc.
-
+to make this happen.
Compiling under cygwin is slow, because the underlying file accesses are slow
in cygwin. For this reason, we do not encourage the use of cygwin. A true unix
system will be a superior choice for those wishing to compile with gcc.
|