mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45: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
|
git clone https://github.com/tianocore/edk2.git
|
||||||
cd edk2
|
cd edk2
|
||||||
git checkout 13b97736c876919b9786055829caaa4fa46984b7
|
git checkout 13b97736c876919b9786055829caaa4fa46984b7
|
||||||
|
source ./edksetup.sh
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make -C BaseTools -j `nproc`
|
make -C BaseTools -j `nproc`
|
||||||
source ./edksetup.sh
|
|
||||||
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
|
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user