scripts: Add deps for Fedora/CentOS

This commit is contained in:
Tim Crawford
2020-06-18 14:22:24 -06:00
committed by Jeremy Soller
parent fe234e1a89
commit 1c34fb14f4

View File

@@ -15,6 +15,8 @@ then
build-essential \
bison \
ccache \
curl \
dosfstools \
flex \
git-lfs \
gnat \
@@ -25,6 +27,21 @@ then
sdcc \
uuid-dev \
zlib1g-dev
elif which dnf > /dev/null
then
msg "Installing system build dependencies"
sudo dnf group install c-development
sudo dnf install \
curl \
dosfstools \
gcc-gnat \
git-lfs \
libuuid-devel \
mtools \
nasm \
patch \
sdcc \
zlib-devel
else
msg "Please add support for your distribution to:"
msg "scripts/deps.sh"