scripts: Add deps for Fedora/CentOS
This commit is contained in:
committed by
Jeremy Soller
parent
fe234e1a89
commit
1c34fb14f4
@@ -15,6 +15,8 @@ then
|
|||||||
build-essential \
|
build-essential \
|
||||||
bison \
|
bison \
|
||||||
ccache \
|
ccache \
|
||||||
|
curl \
|
||||||
|
dosfstools \
|
||||||
flex \
|
flex \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
gnat \
|
gnat \
|
||||||
@@ -25,6 +27,21 @@ then
|
|||||||
sdcc \
|
sdcc \
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
zlib1g-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
|
else
|
||||||
msg "Please add support for your distribution to:"
|
msg "Please add support for your distribution to:"
|
||||||
msg "scripts/deps.sh"
|
msg "scripts/deps.sh"
|
||||||
|
Reference in New Issue
Block a user