]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
IntelFsp2WrapperPkg: Convert files to CRLF line ending
[mirror_edk2.git] / BuildNotes2.txt
index 87673e57a8ef6b386a597829541838897707c214..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
-http://edk2.svn.sourceforge.net/svnroot/edk2/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
-    http://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/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