mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
docs: intel_tdx: fix python not found error
Fix make error: $ make -C BaseTools -j `nproc` /bin/sh: line 1: python: command not found make[1]: *** [GNUmakefile:11: test] Error 127 Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
0b99f96fc4
commit
b904d666b0
@ -50,9 +50,9 @@ The firmware can be built as follows:
|
||||
git clone https://github.com/tianocore/edk2.git
|
||||
cd edk2
|
||||
git checkout 13b97736c876919b9786055829caaa4fa46984b7
|
||||
source ./edksetup.sh
|
||||
git submodule update --init --recursive
|
||||
make -C BaseTools -j `nproc`
|
||||
source ./edksetup.sh
|
||||
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user