When someone doesn't know where to find or what to do with vsvars32.bat, get_vsvars.bat can be used.
CC: Yonghong Zhu <[email protected]> CC: Liming Gao <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Peter Kirmeier <[email protected]> --- BaseTools/ReadMe.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 858b124..be9ff2a 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: -- 2.7.2.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

