mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
@@ -59,6 +59,11 @@ pacman -S --needed --noconfirm sharutils curl parted e2fsprogs unzip
|
||||
# for cross-compiling ARM binaries
|
||||
pacman -S --needed --noconfirm arm-none-eabi-gcc
|
||||
|
||||
# Memtest86+ build dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
pacman -S --needed --noconfirm base-devel python2
|
||||
|
||||
# i945-pwm build dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -73,6 +73,11 @@ if [ "${arch}" -eq 0 ]; then
|
||||
apt-get -y install lib32tinfo-dev
|
||||
fi
|
||||
|
||||
# Memtest86+ build dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install build-essential python2.7
|
||||
|
||||
# i945-pwm build dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user