mirror of https://github.com/acidanthera/audk.git
BaseTools: Mentioned get_vsvars.bat at ReadMe
When someone doesn't know where to find or what to do with vsvars32.bat, get_vsvars.bat can be used. CC: Yonghong Zhu <yonghong.zhu@intel.com> CC: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Peter Kirmeier <topeterk@freenet.de> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
a48d0a3d72
commit
f9b940ecf9
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue