]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Updated BuildNotes URLs
authorPeter Kirmeier <topeterk@freenet.de>
Thu, 17 Mar 2016 22:21:50 +0000 (06:21 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 25 Mar 2016 01:46:44 +0000 (09:46 +0800)
Updated URLs (git repository and step-by-step instructions)

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: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/BuildNotes.txt
BuildNotes2.txt

index 045e8fcf87065d619e05ca0ba1f1f0a80488158d..31e4f3cd9074df1c5ba7a2f482daf10482347568 100644 (file)
@@ -18,7 +18,7 @@ Windows:
 \r
 Unix-like:\r
   a) make -C <buildtools_project>/BaseTools\r
-  b) Look over https://edk2.tianocore.org/step-by-step-instructions.html\r
+  b) Look over https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II\r
      for a helpful step-by-step guide for building 'Hello World' on\r
      various operating systems with edk2.\r
 \r
@@ -34,7 +34,7 @@ Tools in Python
 * Convert Python source to exe file\r
 \r
   The tools written in Python can be converted into executable program which can \r
-  be executed without installing a Python interpreter.  (Generally it is easier\r
+  be executed without installing a Python interpreter. (Generally it is easier\r
   to run the scripts from their source on operating systems other than Windows.)\r
 \r
   For Windows and Linux, the conversion tool package is called cx_Freeze, its\r
index 2c000f6788756c21ac5ce222d7d74da203b9f663..45520536a25cff3561fe3320e81b610ad1716522 100644 (file)
@@ -7,8 +7,8 @@ subsidiaries in the United States and other countries.
 * Other names and brands may be claimed as the property of others.\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
-https://svn.code.sf.net/p/edk2/code/trunk/edk2\r
+EDK II packages can be gathered from the following address:\r
+  https://github.com/tianocore/edk2.git\r
 \r
 The detailed introduction of these packages can be found in each package\r
 description file. (The *.dec file under the package directory)\r
@@ -17,7 +17,7 @@ description file. (The *.dec file under the package directory)
 -------------------------------------------------------------------------------\r
 The most recent version of the setup instructions is available on the EDK II\r
 web-site:\r
-  http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Step-by-step_instructions\r
+  https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II\r
 \r
 \r
 -------------------------------------------------------------------------------\r
@@ -54,18 +54,18 @@ the Supported Tool Chains comment.
 Alternatively, you may use the build command's -t option to specify a different\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
+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
+Next, go to the module directory and begin to build. This example is for the\r
 HelloWorld application.\r
 \r
     c:\MyWork\edk2\> cd MdeModulePkg\Application\HelloWorld\r
     c:\MyWork\edk2\> build\r
 \r
 If you want to build the a module in another package (for example, \r
-MdePkg\Library\BaseLib\BaseLib.inf), please edit the file,\r
-%WORKSPACE%\Conf\Target.txt, first.\r
+MdePkg\Library\BaseLib\BaseLib.inf), please edit the file\r
+%WORKSPACE%\Conf\Target.txt first.\r
 \r
 Change the following line\r
     ACTIVE_PLATFORM       = MdeModulePkg/MdeModulePkg.dsc\r
@@ -119,12 +119,10 @@ run       - Launch NT32 shell (only valid for NT32 platform)
 Tools in Python\r
 ---------------\r
 \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.4) installed. The source\r
-  of Python code is locating at:\r
-\r
-    https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools\r
+* Run build tool written in Python from source\r
+  It can be executed from its source directly as long as you have the Python\r
+  interpreter (version 2.5.4) installed. The source code is located at\r
+  WORKSPACE/BaseTools.\r
 \r
   where:\r
 \r