diff options
author | Peter Kirmeier <topeterk@freenet.de> | 2016-03-18 06:21:50 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-03-25 09:46:44 +0800 |
commit | 4480414642d047a6667da86c5026a79af9c9cfe8 (patch) | |
tree | f3f215473a582ba5ed29e318b2ab4cc79d5597c4 | |
parent | a7b15909e8a6dd221944d87f51b689e633308199 (diff) | |
download | edk2-platforms-4480414642d047a6667da86c5026a79af9c9cfe8.tar.xz |
BaseTools: Updated BuildNotes URLs
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>
-rw-r--r-- | BaseTools/BuildNotes.txt | 4 | ||||
-rw-r--r-- | BuildNotes2.txt | 24 |
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:
|