mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 19:47:48 +00:00
getting_started: update dependency for Fedora 27
Update the build dependency for Fedora. 'gnu-efi' was listed as a dependency but it's actually 'gnu-efi-devel' that we need else the header file ('efi.h') is not installed. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
08a134a701
commit
26963421a2
@ -338,7 +338,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo dnf install gcc \
|
||||
gnu-efi \
|
||||
gnu-efi-devel \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
|
Loading…
Reference in New Issue
Block a user