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>
This commit is contained in:
parent
843f2d0964
commit
cd4cebabf5
|
@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f
|
||||||
```
|
```
|
||||||
- FIT
|
- FIT
|
||||||
- Windows
|
- Windows
|
||||||
|
```
|
||||||
|
Download and install swig by https://swig.org/ and also set install path into environment variable
|
||||||
|
```
|
||||||
```powershell
|
```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'))
|
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
|
choco install dtc-msys2
|
||||||
pip3 install pefile
|
pip3 install pefile
|
||||||
pip3 install swig
|
|
||||||
pip3 install pylibfdt
|
pip3 install pylibfdt
|
||||||
```
|
```
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
|
|
Loading…
Reference in New Issue