diff options
Diffstat (limited to 'resources/scripts/build/dependencies/arch')
-rw-r--r--[-rwxr-xr-x] | resources/scripts/build/dependencies/arch | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch index 99435394..cc386ca9 100755..100644 --- a/resources/scripts/build/dependencies/arch +++ b/resources/scripts/build/dependencies/arch @@ -5,6 +5,7 @@ # Copyright (C) 2021 Melissa Goad <mszoopers@protonmail.com> # Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com> # Copyright (C) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> +# Copyright (C) 2023 Andreas Hartmann <andreas@ohok.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -72,7 +73,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 +90,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" |