VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/BaseTools/ReadMe.txt@ 88566

Last change on this file since 88566 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1This directory contains the next generation of EDK II build tools and template files.
2Templates are located in the Conf directory, while the tools executables for
3Microsoft Windows 32-bit Operating Systems are located in the Bin\Win32 directory, other
4directory contains tools source.
5
61. Build step to generate the binary tools.
7
8=== Windows/Visual Studio Notes ===
9
10To build the BaseTools, you should run the standard vsvars32.bat script
11from your preferred Visual Studio installation or you can run get_vsvars.bat
12to use latest automatically detected version.
13
14In addition to this, you should set the following environment variables:
15
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
20After this, you can run the toolsetup.bat file, which is in the same
21directory as this file. It should setup the remainder of the environment,
22and build the tools if necessary.
23
24Please also refer to the 'BuildNotes.txt' file for more information on
25building under Windows.
26
27=== Unix-like operating systems ===
28
29To build on Unix-like operating systems, you only need to type 'make' in
30the base directory of the project.
31
32=== Ubuntu Notes ===
33
34On Ubuntu, the following command should install all the necessary build
35packages to build all the C BaseTools:
36
37 sudo apt-get install build-essential uuid-dev
38
39=== Python sqlite3 module ===
40On Windows, the cx_freeze will not copy the sqlite3.dll to the frozen
41binary directory (the same directory as build.exe and GenFds.exe).
42Please copy it manually from <PythonHome>\DLLs.
43
44The Python distributed with most recent Linux will have sqlite3 module
45built in. If not, please install sqlit3 package separately.
46
4726-OCT-2011
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette