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 7862968 commit a2048a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions instdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ install_pybind_devel_from_source() {
}

install_libarchive_devel_from_source() {
curl -o libarchive.tar.gz -L https://ftp.debian.org/debian/pool/main/liba/libarchive/libarchive_3.7.4-1.1.debian.tar.xz
tar -zxvf libarchive.tar.gz
cd libarchive_3.2.2.orig
git clone https://github.com/libarchive/libarchive.git
cd libarchive
/bin/sh build/autogen.sh
./configure
make
make check
make install
}

Expand Down

0 comments on commit a2048a0

Please sign in to comment.