]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
add BuildNotes2.txt for EDK II Prime.
[mirror_edk2.git] / BuildNotes2.txt
diff --git a/BuildNotes2.txt b/BuildNotes2.txt
new file mode 100644 (file)
index 0000000..200bf82
--- /dev/null
@@ -0,0 +1,51 @@
+Intel(R) Platform Innovation Framework for EFI\r
+EFI Development Kit II Prime (EDK II Prime)\r
+Root Package 1.00\r
+2007-06-25\r
+\r
+Intel is a trademark or registered trademark of Intel Corporation or its\r
+subsidiaries in the United States and other countries.\r
+* Other names and brands may be claimed as the property of others.\r
+Copyright (c) 2007, Intel Corporation\r
+\r
+EDK II Prime packages are in the development phase. They consist of:\r
+\r
+  BuildNotes2.txt    - The build notes for this package\r
+  MdePkg             - Industry-standard headers and libraries\r
+  BaseTools          - Build -specific tools that are designed to help the\r
+                       developer create and modify drivers and libraries\r
+  IntelFrameworkPkg  - Framework headers and libraries\r
+  MdeModulePkg       - Reference drivers\r
+\r
+Currently, only module build supported, and only IA32 architecture supported.\r
+\r
+\r
+-------------------------------------------------------------------------------\r
+Quick Start\r
+-----------\r
+\r
+NOTE: Please confirm you have already installed Python on your machine.\r
+\r
+In a command window, change to the top-level directory of the EDK II source.\r
+\r
+First, set up your workspace\r
+    c:\MyWork\edk2\> edksetup newbuild\r
+\r
+Second, go to the module directory (For example, MdeModulePkg\Application\HelloWorld),\r
+and then begin to build\r
+    c:\MyWork\edk2\> cd MdeModulePkg\Application\HelloWorld\r
+    c:\MyWork\edk2\> build\r
+\r
+If you want to build the modules in other packages\r
+(For example, MdePkg\Library\BaseLib\BaseLib.inf), please edit open the BaseTools\Conf\Target.txt firstly,\r
+\r
+change the following line\r
+    ACTIVE_PLATFORM       = MdeModulePkg/MdeModulePkg.dsc\r
+to\r
+    ACTIVE_PLATFORM       = MdePkg/MdePkg.dsc\r
+\r
+and then go to MdePkg\Library\BaseLib directory and build\r
+    c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
+    c:\MyWork\edk2\> build\r
+\r
+\r