summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-25 22:08:33 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-25 22:08:33 +0000
commit6329bec1033d1685a62f7cbe06a34737758830a0 (patch)
tree7e7c92692d99df4229f7e6e9b4c385768d30545c /ReleaseNotes.txt
parent881c267b116f81f3f3c66bf5f7a606639848fa86 (diff)
downloadedk2-6329bec1033d1685a62f7cbe06a34737758830a0.zip
edk2-6329bec1033d1685a62f7cbe06a34737758830a0.tar.gz
edk2-6329bec1033d1685a62f7cbe06a34737758830a0.tar.bz2
A few notes on Linux builds.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 4f8c26a..0efa807 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -192,6 +192,21 @@ many other POSIX-compliant host operating environments. To compile the custom
gcc tool chain, you need the following tools on your host computer: bash, gcc,
gmake, curl (or wget).
+Only the MdePkg and EdkModulePkg are currently supported by gcc builds. Other
+builds, such as the EdkNt32Pkg, will not compile with gcc.
+
+----------------------------
+A Word on compiling on Linux
+----------------------------
+
+In order to compile on Linux, you will need to have the e2fsprogs-dev package
+installed. Check your distribution for the rpm, deb or other package format.
+This package contains the uuid library and header that are used by some of the
+host tools.
+
+If you are running on x86_64 Linux, then you should install a 64 bit version of
+the Java JDK. The version that was used was jdk-1_5_0_07-linux-amd64-rpm.bin.
+It may be downloaded from sun.com.
-----------------------
Notes on Documentation