Skip to content

Commit

Permalink
Fix again Fedora dependencies and update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhhgnik committed Oct 2, 2024
1 parent a318f41 commit 2ad1851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$os" == "linux" ]; then
echo "Detected Fedora"
sudo dnf clean all
sudo dnf update -y
sudo dnf install -y clang gcc-c++ libstdc++-devel libcxx libcxx-devel ncurses-compat-libs gmp-devel python3-devel wget git
sudo dnf install -y clang gcc-c++ libstdc++-devel libcxx libcxx-devel ncurses-compat-libs elfutils-devel gmp-devel python3-devel wget git

else
echo "Detected Debian-based Linux"
Expand Down

0 comments on commit 2ad1851

Please sign in to comment.