mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2024-11-21 17:54:44 +00:00
f0c25c7258
ccache now required, in build dependencies Signed-off-by: Leah Rowe <leah@libreboot.org>
12 lines
593 B
Text
12 lines
593 B
Text
pkg_add="xbps-install -y"
|
|
pkglist=" \
|
|
acpica-utils autogen base-devel bison cmake \
|
|
cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc \
|
|
cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib curl \
|
|
dejavu-fonts-ttf device-mapper doxygen e2fsprogs flex font-unifont-bdf \
|
|
freetype freetype-devel fuse gawk gcc-ada gdb gettext gettext-devel git \
|
|
help2man innoextract libftdi1 libpciaccess libusb nasm ncurses \
|
|
ncurses-devel openssl openssl-devel p7zip parted pciutils perl perl-LWP \
|
|
python python3 python3-setuptools rsync sharutils subversion texinfo \
|
|
unar unzip wget xz zlib ccache
|
|
"
|