X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FReadMe.txt;h=be9ff2af856673b193e2e75d51a99f45438e06f9;hp=beda3a81a61ce8d8977e21a94b14289fcf21efbb;hb=3e1d93c32efc7d716baeaa0d5d0ef96528141060;hpb=0d2711a69397d2971079121df4326d84736c181e diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index beda3a81a6..be9ff2af85 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -7,7 +7,9 @@ directory contatins tools source. === Windows/Visual Studio Notes === -To build the BaseTools, you should run the standard vsvars32.bat script. +To build the BaseTools, you should run the standard vsvars32.bat script +from your preferred Visual Studio installation or you can run get_vsvars.bat +to use latest automatically detected version. In addition to this, you should set the following environment variables: @@ -33,7 +35,7 @@ the base directory of the project. On Ubuntu, the following command should install all the necessary build packages to build all the C BaseTools: - sudo apt-get install build-essentials uuid-dev + sudo apt-get install build-essential uuid-dev === Python sqlite3 module === On Windows, the cx_freeze will not copy the sqlite3.dll to the frozen @@ -43,10 +45,4 @@ Please copy it manually from \DLLs. The Python distributed with most recent Linux will have sqlite3 module built in. If not, please install sqlit3 package separately. -2. The binary tools will be updated only after passing developer testing. - -Current state of the tools is Proto-Type - not all tool functions have been implemented -and there may be bugs in these tools. These tools are under constant development at -this time. - 26-OCT-2011