Merge branch 'master' of andreas-hartmann/lbmk into master
commit
1ba8adbd85
|
@ -5,6 +5,7 @@
|
||||||
# Copyright (C) 2021 Melissa Goad <mszoopers@protonmail.com>
|
# Copyright (C) 2021 Melissa Goad <mszoopers@protonmail.com>
|
||||||
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||||
# Copyright (C) 2022 Ferass El Hafidi <vitali64pmemail@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
|
# 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
|
# 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)
|
# 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)
|
# 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
|
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/unifont\n"
|
||||||
|
printf "https://aur.archlinux.org/pkgbase/bdf-unifont\n"
|
||||||
|
|
Loading…
Reference in New Issue