]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/ReadMe.txt
Maintainers.txt: Remove Network maintainers for MdeModulePkg/Universal/Network
[mirror_edk2.git] / BaseTools / ReadMe.txt
index be9ff2af856673b193e2e75d51a99f45438e06f9..b81bd905fa906deac66c83443c37a81801981987 100644 (file)
@@ -1,7 +1,7 @@
 This directory contains the next generation of EDK II build tools and template files.\r
 Templates are located in the Conf directory, while the tools executables for\r
-Microsoft Windows 32-bit Operating Systems are located in the Bin\Win32 directory, other \r
-directory contatins tools source.\r
+Microsoft Windows 32-bit Operating Systems are located in the Bin\Win32 directory, other\r
+directory contains tools source.\r
 \r
 1. Build step to generate the binary tools.\r
 \r
@@ -16,7 +16,6 @@ In addition to this, you should set the following environment variables:
  * EDK_TOOLS_PATH - Path to the BaseTools sub directory under the edk2 tree\r
  * BASE_TOOLS_PATH - The directory where the BaseTools source is located.\r
    (It is the same directory where this README.txt is located.)\r
- * PYTHON_FREEZER_PATH - Path to where the python freezer tool is installed\r
 \r
 After this, you can run the toolsetup.bat file, which is in the same\r
 directory as this file.  It should setup the remainder of the environment,\r
@@ -38,8 +37,8 @@ packages to build all the C BaseTools:
   sudo apt-get install build-essential uuid-dev\r
 \r
 === Python sqlite3 module ===\r
-On Windows, the cx_freeze will not copy the sqlite3.dll to the frozen \r
-binary directory (the same directory as build.exe and GenFds.exe). \r
+On Windows, the cx_freeze will not copy the sqlite3.dll to the frozen\r
+binary directory (the same directory as build.exe and GenFds.exe).\r
 Please copy it manually from <PythonHome>\DLLs.\r
 \r
 The Python distributed with most recent Linux will have sqlite3 module\r