diff options
author | Gua Guo <gua.guo@intel.com> | 2024-05-15 18:21:05 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-30 05:17:27 +0000 |
commit | cd4cebabf5834c403c9d9ac4f162e8336024bbcd (patch) | |
tree | 2de439538b7921fd6e50b8823a1f314b3b3ffcd6 | |
parent | 843f2d0964bd0444fa6bdbb1ee79dc838cfa4452 (diff) | |
download | edk2-cd4cebabf5834c403c9d9ac4f162e8336024bbcd.tar.gz edk2-cd4cebabf5834c403c9d9ac4f162e8336024bbcd.tar.bz2 edk2-cd4cebabf5834c403c9d9ac4f162e8336024bbcd.zip |
UefiPayloadPkg: Update ReadMe.md to swig install
Update ReadMe.md for swig install process in
windows OS.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
-rw-r--r-- | UefiPayloadPkg/Readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/UefiPayloadPkg/Readme.md b/UefiPayloadPkg/Readme.md index cb7f39b3f7..4149eab90d 100644 --- a/UefiPayloadPkg/Readme.md +++ b/UefiPayloadPkg/Readme.md @@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f ```
- FIT
- Windows
+ ```
+ Download and install swig by https://swig.org/ and also set install path into environment variable
+ ```
```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install dtc-msys2
pip3 install pefile
- pip3 install swig
pip3 install pylibfdt
```
- Ubuntu
|