X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FBuildNotes.txt;h=31e4f3cd9074df1c5ba7a2f482daf10482347568;hb=21e359dccab7f3cd7b527721be042d034349417d;hp=045e8fcf87065d619e05ca0ba1f1f0a80488158d;hpb=4234283c3acb8c35014acc1546621fbc2621b095;p=mirror_edk2.git 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 /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