mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
pragmatic system distribution guideline compliance
osboot is now part of libreboot, and will soon shut down. libreboot now conforms to osboot policy.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# arch script: installs build dependencies for Arch Linux
|
||||
#
|
||||
# Copyright (C) 2021 Melissa Goad <mszoopers@protonmail.com>
|
||||
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
#
|
||||
# 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
|
||||
@@ -83,3 +84,8 @@ pacman -S --needed --noconfirm base-devel
|
||||
# ------------------------------------------------------------
|
||||
|
||||
pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi base-devel libusb
|
||||
|
||||
# Management engine extraction dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
pacman -S --needed --noconfirm innoextract
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# ubuntu2004 script: installs build dependencies for Ubuntu 20.04
|
||||
#
|
||||
# Copyright (C) 2014, 2015, 2021 Leah Rowe <info@minifree.org>
|
||||
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
#
|
||||
# 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
|
||||
@@ -80,7 +81,7 @@ apt-get -y install build-essential perl
|
||||
# Coreboot build dependencies (also requires build-essential and git)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat
|
||||
apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat python-is-python3
|
||||
|
||||
# For cross-compiling i686 target on x86_64 host.
|
||||
[ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev
|
||||
@@ -102,3 +103,9 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential li
|
||||
|
||||
# For cross-compiling i686 target on x86_64 host.
|
||||
[ "${arch}" -eq 0 ] && apt-get -y install lib32z1-dev
|
||||
|
||||
|
||||
# Blobs building dependencies (for me)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install innoextract
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#
|
||||
# Copyright (C) 2021 Melody Goad <mszoopers@protonmail.com>
|
||||
# Copyright (C) 2021 Wei Mingzhi <whistler@member.fsf.org>
|
||||
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
#
|
||||
# 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
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# ubuntu2004 script: installs build dependencies for Ubuntu 20.04
|
||||
#
|
||||
# Copyright (C) 2014, 2015, 2021 Leah Rowe <info@minifree.org>
|
||||
# Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
#
|
||||
# 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
|
||||
@@ -102,3 +103,9 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential li
|
||||
|
||||
# For cross-compiling i686 target on x86_64 host.
|
||||
[ "${arch}" -eq 0 ] && apt-get -y install lib32z1-dev
|
||||
|
||||
|
||||
# Blobs building dependencies (for me)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install innoextract
|
||||
|
||||
@@ -67,12 +67,12 @@ xbps-install -y base-devel perl
|
||||
# Coreboot build dependencies (also requires build-essential and git)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
xbps-install -y ncurses doxygen acpica-utils gdb flex bison base-devel git openssl gcc-ada
|
||||
xbps-install -y ncurses doxygen acpica-utils gdb flex bison base-devel git openssl gcc-ada ncurses-devel
|
||||
|
||||
# GRUB build dependencies (also requires build-essential, bison and flex)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
xbps-install -y font-unifont-bdf autogen help2man base-devel bison flex dejavu-fonts-ttf texinfo rsync python3 libusb xz gawk device-mapper fuse gettext freetype
|
||||
xbps-install -y font-unifont-bdf autogen help2man base-devel bison flex dejavu-fonts-ttf texinfo rsync python3 libusb xz gawk device-mapper fuse gettext gettext-devel freetype
|
||||
|
||||
# BucTS build dependencies (external script)
|
||||
# ------------------------------------------------------------
|
||||
@@ -83,3 +83,8 @@ xbps-install -y base-devel
|
||||
# ------------------------------------------------------------
|
||||
|
||||
xbps-install -y libpciaccess pciutils zlib libftdi1 base-devel libusb
|
||||
|
||||
# Management engine extraction dependencies
|
||||
# ------------------------------------------------------------
|
||||
|
||||
xbps-install -y innoextract
|
||||
|
||||
Reference in New Issue
Block a user