summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BaseTools/BuildNotes.txt4
-rw-r--r--BuildNotes2.txt24
2 files changed, 13 insertions, 15 deletions
diff --git a/BaseTools/BuildNotes.txt b/BaseTools/BuildNotes.txt
index 045e8fcf87..31e4f3cd90 100644
--- a/BaseTools/BuildNotes.txt
+++ b/BaseTools/BuildNotes.txt
@@ -18,7 +18,7 @@ Windows:
Unix-like:
a) make -C <buildtools_project>/BaseTools
- b) Look over https://edk2.tianocore.org/step-by-step-instructions.html
+ b) Look over https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II
for a helpful step-by-step guide for building 'Hello World' on
various operating systems with edk2.
@@ -34,7 +34,7 @@ Tools in Python
* Convert Python source to exe file
The tools written in Python can be converted into executable program which can
- be executed without installing a Python interpreter. (Generally it is easier
+ be executed without installing a Python interpreter. (Generally it is easier
to run the scripts from their source on operating systems other than Windows.)
For Windows and Linux, the conversion tool package is called cx_Freeze, its
diff --git a/BuildNotes2.txt b/BuildNotes2.txt
index 2c000f6788..45520536a2 100644
--- a/BuildNotes2.txt
+++ b/BuildNotes2.txt
@@ -7,8 +7,8 @@ subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.
Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
-EDK II packages can be checked out from the following SVN address:
-https://svn.code.sf.net/p/edk2/code/trunk/edk2
+EDK II packages can be gathered from the following address:
+ https://github.com/tianocore/edk2.git
The detailed introduction of these packages can be found in each package
description file. (The *.dec file under the package directory)
@@ -17,7 +17,7 @@ description file. (The *.dec file under the package directory)
-------------------------------------------------------------------------------
The most recent version of the setup instructions is available on the EDK II
web-site:
- http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Step-by-step_instructions
+ https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II
-------------------------------------------------------------------------------
@@ -54,18 +54,18 @@ the Supported Tool Chains comment.
Alternatively, you may use the build command's -t option to specify a different
tool chain tag name: build -t VS2008 ... , for example. Using this method will
require that you always use the build command's -t option. If you use 64-bit
-windows OS, you should use tool chain tag name with x86, such as VS2008x86.
+Windows OS, you should use tool chain tag name with x86, such as VS2008x86.
-Next, go to the module directory and begin to build. This example is for the
+Next, go to the module directory and begin to build. This example is for the
HelloWorld application.
c:\MyWork\edk2\> cd MdeModulePkg\Application\HelloWorld
c:\MyWork\edk2\> build
If you want to build the a module in another package (for example,
-MdePkg\Library\BaseLib\BaseLib.inf), please edit the file,
-%WORKSPACE%\Conf\Target.txt, first.
+MdePkg\Library\BaseLib\BaseLib.inf), please edit the file
+%WORKSPACE%\Conf\Target.txt first.
Change the following line
ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc
@@ -119,12 +119,10 @@ run - Launch NT32 shell (only valid for NT32 platform)
Tools in Python
---------------
-* Run buld tool written in Python from source
- The build tool written in Python can be executed from its source directly as
- long as you have the Python interpreter (version 2.5.4) installed. The source
- of Python code is locating at:
-
- https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools
+* Run build tool written in Python from source
+ It can be executed from its source directly as long as you have the Python
+ interpreter (version 2.5.4) installed. The source code is located at
+ WORKSPACE/BaseTools.
where: