summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/build/dependencies')
-rwxr-xr-xresources/scripts/build/dependencies/arch5
-rwxr-xr-xresources/scripts/build/dependencies/ubuntu20045
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch
index aa98158b..c933f433 100755
--- a/resources/scripts/build/dependencies/arch
+++ b/resources/scripts/build/dependencies/arch
@@ -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
# ------------------------------------------------------------
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004
index a2dd721e..2082d27d 100755
--- a/resources/scripts/build/dependencies/ubuntu2004
+++ b/resources/scripts/build/dependencies/ubuntu2004
@@ -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
# ------------------------------------------------------------