Update OVMF build instructions

This commit is contained in:
Michael Belyaev 2020-04-24 11:15:22 +03:00 committed by GitHub
parent 5e00aa7f12
commit d9f3f25d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,8 @@ when no macOS guest booting is required.
1. Build OVMF firmware in NOOPT mode to be able to debug it:
```
git submodule init
git submodule update # to clone OpenSSL
build -a X64 -t XCODE5 -b NOOPT -p OvmfPkg/OvmfPkgX64.dsc # for macOS
build -a X64 -t CLANGPDB -b NOOPT -p OvmfPkg/OvmfPkgX64.dsc # for other systems
```