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>
This commit is contained in:
Peter Kirmeier
2016-03-18 06:21:50 +08:00
committed by Yonghong Zhu
parent a7b15909e8
commit 4480414642
2 changed files with 13 additions and 15 deletions

View File

@@ -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