X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BuildNotes2.txt;h=a5d2e3ec9de72e15e2d15a26e7f19dd170b48c43;hp=6981e94428e270d1bb2ab1c480cd60b4e237e359;hb=71339b0da0eeca19155fc48295533532b7025b9f;hpb=11dd6c397618c0ae1c71710b3fd00352a4723103 diff --git a/BuildNotes2.txt b/BuildNotes2.txt index 6981e94428..a5d2e3ec9d 100644 --- a/BuildNotes2.txt +++ b/BuildNotes2.txt @@ -10,13 +10,19 @@ Copyright (c) 2007, Intel Corporation EDK II Prime packages are in the development phase. They consist of: - BuildNotes2.txt - The build notes for this package - MdePkg - Industry-standard headers and libraries - BaseTools - Build -specific tools that are designed to help the - developer create and modify drivers and libraries - IntelFrameworkPkg - Framework headers and libraries - MdeModulePkg - Reference drivers - + BuildNotes2.txt - The build notes for this package + MdePkg - Industry-standard headers and libraries + BaseTools - Build -specific tools that are designed to help the + developer create and modify drivers and libraries + IntelFrameworkPkg - Tiano/Framework Includes and Libraries + MdeModulePkg - UEFI 2.1/PI 1.0 compliant modules + IntelFrameworkModulePKg - Tiano/Framework Includes and Libraries + Nt32Pkg - UEFI 2.1/PI 1.0 emulation environment for Windows + FatBinPkg - Binaries built from the FatPkg + EdkShellBinPkg - Binaries of full shell, minimum shell and commonds(to be added) + +Note: + EdkShellBinPkg is supported to support both EDK II build and EDKII Prime build by having several module description files. ------------------------------------------------------------------------------- Quick Start @@ -48,7 +54,7 @@ and then go to MdePkg\Library\BaseLib directory and build c:\MyWork\edk2\> cd MdePkg\Library\BaseLib c:\MyWork\edk2\> build -If you want build a platform, please set ACTIVE_PLATFORM to your desired platform dsc file, +If you want build a platform, ACTIVE_PLATFORM must be set to your desired platform dsc file, go to directory which must be not a module's directory, and run "build" command. ------------------------------------------------------------------------------- @@ -86,7 +92,7 @@ without Python interpreter. One of the convertion tools is called cx_Freeze at Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py - c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk --install-dir=.\mybuild MyBuild.py + c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8 --install-dir=.\mybuild MyBuild.py The generated .exe files are put in "mybuild" subdirectory.