diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-20 21:17:02 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-20 21:25:51 +0100 |
commit | 9031bb7ba79022f1334b05d4d8d5caaadf775bac (patch) | |
tree | 66aeea1610f953049c725e38491566c1e4d4dd65 /resources/dependencies/debian | |
parent | 023d6b69968b44e296caee308c173cb617b89497 (diff) |
unify dependencies scripts
the unified logic is so small that i simply added it
to the main "build" script
commands are identical. example:
./build dependencies debian
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/dependencies/debian')
-rwxr-xr-x | resources/dependencies/debian | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/dependencies/debian b/resources/dependencies/debian new file mode 100755 index 00000000..5a583f14 --- /dev/null +++ b/resources/dependencies/debian @@ -0,0 +1,18 @@ +pkg_add="apt-get -y install" +pkglist=" \ +wget git uuid-dev nasm build-essential sharutils curl parted e2fsprogs unzip \ +pkg-config gcc-arm-linux-gnueabi \ +build-essential python3 \ +build-essential perl python3-setuptools libncurses5-dev doxygen iasl gdb flex \ +bison build-essential git libssl-dev gnat python-is-python3 \ +fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man \ +libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison \ +flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev \ +gettext unifont bc bison build-essential device-tree-compiler efitools flex \ +libfdt-dev liblz4-tool libgnutls28-dev libncurses-dev libpython3-dev libsdl2-dev \ +libssl-dev lz4 lzma lzma-alone openssl pkg-config python3 python3-distutils \ +python3-pkg-resources python3-pycryptodome python3-pyelftools swig uuid-dev \ +build-essential libpci-dev pciutils zlib1g-dev libftdi-dev build-essential \ +libusb-1.0-0-dev libusb-1.0 libusb-1.0-0-dev libusb-dev cmake \ +innoextract p7zip p7zip-full unar \ +" |