summaryrefslogtreecommitdiff
path: root/BaseTools/BuildNotes.txt
diff options
context:
space:
mode:
authorPeter Kirmeier <topeterk@freenet.de>2016-03-18 06:21:50 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2016-03-25 09:46:44 +0800
commit4480414642d047a6667da86c5026a79af9c9cfe8 (patch)
treef3f215473a582ba5ed29e318b2ab4cc79d5597c4 /BaseTools/BuildNotes.txt
parenta7b15909e8a6dd221944d87f51b689e633308199 (diff)
downloadedk2-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>
Diffstat (limited to 'BaseTools/BuildNotes.txt')
-rw-r--r--BaseTools/BuildNotes.txt4
1 files changed, 2 insertions, 2 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