mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
Added missing dependencies for Arch.
This commit is contained in:
Executable → Regular
+7
-2
@@ -72,7 +72,7 @@ pacman -S --needed --noconfirm ncurses doxygen acpica gdb flex bison base-devel
|
||||
# GRUB build dependencies (also requires build-essential, bison and flex)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
pacman -S --needed --noconfirm bdf-unifont autogen help2man base-devel bison flex ttf-dejavu texinfo rsync python libusb xz gawk device-mapper fuse2 gettext freetype2
|
||||
pacman -S --needed --noconfirm autogen help2man base-devel bison flex ttf-dejavu texinfo rsync python libusb xz gawk device-mapper fuse2 gettext freetype2
|
||||
|
||||
# BucTS build dependencies (external script)
|
||||
# ------------------------------------------------------------
|
||||
@@ -89,5 +89,10 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi base-devel lib
|
||||
|
||||
pacman -S --needed --noconfirm innoextract
|
||||
|
||||
printf "You also need unifont from AUR, to build GRUB:\n"
|
||||
# U-Boot build dependencies
|
||||
# ------------------------------------------------------------
|
||||
pacman -S --needed --noconfirm swig dtc
|
||||
|
||||
printf "You also need unifont and bdf-unifont from AUR, to build GRUB:\n"
|
||||
printf "https://aur.archlinux.org/pkgbase/unifont\n"
|
||||
printf "https://aur.archlinux.org/pkgbase/bdf-unifont\n"
|
||||
|
||||
Reference in New Issue
Block a user