From fae8d7e6a7dae294eebaa10344875d0cb3fbebf9 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 22 Sep 2023 00:39:11 +0200 Subject: [PATCH] Updated the required package list --- setup/packages.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup/packages.txt b/setup/packages.txt index 29afd43c5..18abfb07b 100644 --- a/setup/packages.txt +++ b/setup/packages.txt @@ -6,6 +6,7 @@ make pkg-config mingw-w64-x86_64-cmake procps +base-devel ############################## # Proxmark3 # ############################## @@ -13,6 +14,7 @@ mingw-w64-x86_64-gcc mingw-w64-x86_64-arm-none-eabi-gcc mingw-w64-x86_64-arm-none-eabi-gdb mingw-w64-x86_64-arm-none-eabi-binutils +mingw-w64-x86_64-arm-none-eabi-newlib mingw-w64-x86_64-readline mingw-w64-x86_64-libsndfile mingw-w64-x86_64-lua @@ -21,10 +23,11 @@ mingw-w64-x86_64-python mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-setuptools mingw-w64-x86_64-jansson -mingw-w64-x86_64-qt5 +mingw-w64-x86_64-qt5-base mingw-w64-x86_64-gdb mingw-w64-x86_64-openocd -mingw-w64-x86_64-opencl-icd-git +mingw-w64-x86_64-opencl-icd +mingw-w64-x86_64-lz4 ############################## # ChameleonMini # ##############################