mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 15:30:56 +00:00
Makefile (uefi): add gnu-efi(-devel) build dependency for Fedora/doc/CentOS
Add the 'gnu-efi' dependency required to build the ACRN hypervisor with "PLATFORM=uefi" on Fedora. 'gnu-efi-devel' is required on CentOS. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
2deb4cb458
commit
eb31977817
@ -338,6 +338,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo dnf install gcc \
|
||||
gnu-efi \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
@ -347,6 +348,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo yum install gcc \
|
||||
gnu-efi-devel \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
|
Loading…
Reference in New Issue
Block a user