Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 8, 2024
1 parent 32faf38 commit 76a89fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions instdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ if command -v dnf > /dev/null; then
cd build
cmake ..
make -j6 install
elif command -v yum > /dev/null; then
yum install -y libarchive-devel
yum install -y cmake
yum groupinstall -y "Development Tools"
yum install -y pybind11-devel
else
apt update
apt install -y libarchive-dev
Expand Down

0 comments on commit 76a89fb

Please sign in to comment.