X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BuildNotes2.txt;h=c6e49cede83fec0c9770819b35087af5d88cd686;hp=6981e94428e270d1bb2ab1c480cd60b4e237e359;hb=5d01b0f7046dc698e66019d78c9143f0f3702382;hpb=11dd6c397618c0ae1c71710b3fd00352a4723103;ds=sidebyside diff --git a/BuildNotes2.txt b/BuildNotes2.txt index 6981e94428..c6e49cede8 100644 --- a/BuildNotes2.txt +++ b/BuildNotes2.txt @@ -48,7 +48,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 +86,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.