]> git.proxmox.com Git - mirror_edk2.git/blame - BuildNotes2.txt
Success to build first Nt32 module.
[mirror_edk2.git] / BuildNotes2.txt
CommitLineData
e4d8dbc9 1Intel(R) Platform Innovation Framework for EFI\r
2EFI Development Kit II Prime (EDK II Prime)\r
3Root Package 1.00\r
42007-06-25\r
5\r
6Intel is a trademark or registered trademark of Intel Corporation or its\r
7subsidiaries in the United States and other countries.\r
8* Other names and brands may be claimed as the property of others.\r
9Copyright (c) 2007, Intel Corporation\r
10\r
11EDK II Prime packages are in the development phase. They consist of:\r
12\r
13 BuildNotes2.txt - The build notes for this package\r
14 MdePkg - Industry-standard headers and libraries\r
15 BaseTools - Build -specific tools that are designed to help the\r
16 developer create and modify drivers and libraries\r
17 IntelFrameworkPkg - Framework headers and libraries\r
18 MdeModulePkg - Reference drivers\r
19\r
20Currently, only module build supported, and only IA32 architecture supported.\r
21\r
22\r
23-------------------------------------------------------------------------------\r
24Quick Start\r
25-----------\r
26\r
27NOTE: Please confirm you have already installed Python on your machine.\r
28\r
29In a command window, change to the top-level directory of the EDK II source.\r
30\r
31First, set up your workspace\r
32 c:\MyWork\edk2\> edksetup newbuild\r
33\r
34Second, go to the module directory (For example, MdeModulePkg\Application\HelloWorld),\r
35and then begin to build\r
36 c:\MyWork\edk2\> cd MdeModulePkg\Application\HelloWorld\r
37 c:\MyWork\edk2\> build\r
38\r
39If you want to build the modules in other packages\r
40(For example, MdePkg\Library\BaseLib\BaseLib.inf), please edit open the BaseTools\Conf\Target.txt firstly,\r
41\r
42change the following line\r
43 ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc\r
44to\r
45 ACTIVE_PLATFORM = MdePkg/MdePkg.dsc\r
46\r
47and then go to MdePkg\Library\BaseLib directory and build\r
48 c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
49 c:\MyWork\edk2\> build\r
50\r
51\r