Skip to content
Slava Abramov edited this page Feb 18, 2020 · 3 revisions

Prerequisites

  • Fedora 31 (bare metal)

Build from source

Based on these instructions

sudo dnf -y builddep fwupd
sudo dnf -y install tpm2-tss-devel efivar efivar-devel efivar-libs cairo cairo-devel libsmbios libsmbios-devel gnu-efi gnu-efi-devel
git clone https://github.com/hughsie/fwupd.git
cd fwupd
mkdir build && cd build
meson ../ -Dsystemd=false -Dudevdir=/tmp --prefix=/home/emily/.root
ninja
ninja install
./src/fwupdtool --verbose get-devices
Clone this wiki locally