]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
Update EDKII BuildNotes to say the default tool chain tag is VS2008 instead of VS2005
[mirror_edk2.git] / BuildNotes2.txt
index 5798938469617c72d4e0f46163877a1610a83843..87673e57a8ef6b386a597829541838897707c214 100644 (file)
@@ -1,11 +1,11 @@
 Intel(R) Platform Innovation Framework for EFI\r
 EFI Development Kit II (EDK II)\r
-2010-03-31\r
+2011-12-14\r
 \r
 Intel is a trademark or registered trademark of Intel Corporation or its\r
 subsidiaries in the United States and other countries.\r
 * Other names and brands may be claimed as the property of others.\r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\r
+Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.\r
 \r
 EDK II packages can be checked out from the following SVN address:\r
 http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 \r
@@ -45,15 +45,16 @@ dlls are not required for normal development.
 \r
     c:\MyWork\edk2\> edksetup --nt32\r
 \r
-The default tool chain (named MYTOOLS) is pre-configured to use VS2005 for IA32\r
-and X64 target architectures and the DDK for IPF target architectures. To use a\r
+The default tool chain (named MYTOOLS) is pre-configured to use VS2008 for IA32\r
+and X64 target architectures and DDK3790 for IPF target architectures. To use a\r
 different tool chain, either modify the tools_def.txt file's MYTOOLS entries,\r
 or modify the %WORKSPACE%\Conf\target.txt file's TOOL_CHAIN_TAG. The pre-defined\r
 tags are listed near the top of the %WORKSPACE%\Conf\tools_def.txt file, below\r
 the Supported Tool Chains comment.\r
 Alternatively, you may use the build command's -t option to specify a different\r
-tool chain tag name: build -t VS2003 ... , for example.  Using this method will\r
-require that you always use the build command's -t option.\r
+tool chain tag name: build -t VS2008 ... , for example.  Using this method will\r
+require that you always use the build command's -t option. If you use 64-bit \r
+windows OS, you should use tool chain tag name with x86, such as VS2008x86.\r
 \r
 \r
 Next, go to the module directory and begin to build.  This example is for the\r
@@ -120,7 +121,7 @@ Tools in Python
 \r
 * Run buld tool written in Python from source\r
   The build tool written in Python can be executed from its source directly as\r
-  long as you have the Python interpreter (version 2.5) installed. The source\r
+  long as you have the Python interpreter (version 2.5.4) installed. The source\r
   of Python code is locating at:\r
 \r
     http://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools\r