Lines Matching refs:the
1 This directory contains the next generation of EDK II build tools and template files.
2 Templates are located in the Conf directory, while the tools executables for
3 Microsoft Windows 32-bit Operating Systems are located in the Bin\Win32 directory, other
6 1. Build step to generate the binary tools.
10 To build the BaseTools, you should run the standard vsvars32.bat script
14 In addition to this, you should set the following environment variables:
16 * EDK_TOOLS_PATH - Path to the BaseTools sub directory under the edk2 tree
17 * BASE_TOOLS_PATH - The directory where the BaseTools source is located.
18 (It is the same directory where this README.txt is located.)
19 * PYTHON_FREEZER_PATH - Path to where the python freezer tool is installed
21 After this, you can run the toolsetup.bat file, which is in the same
22 directory as this file. It should setup the remainder of the environment,
23 and build the tools if necessary.
25 Please also refer to the 'BuildNotes.txt' file for more information on
31 the base directory of the project.
35 On Ubuntu, the following command should install all the necessary build
36 packages to build all the C BaseTools:
41 On Windows, the cx_freeze will not copy the sqlite3.dll to the frozen
42 binary directory (the same directory as build.exe and GenFds.exe).