Skip to content

Commit

Permalink
Added libarchive to linux build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
thor2016 committed Apr 25, 2023
1 parent b7bc8a2 commit 02baa1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipelines/linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ echo '****************************************'
sudo apt-get --assume-yes install libminizip-dev
pkg-config --cflags --libs minizip

# Install libarchive-dev
echo '****************************************'
echo 'Install Dependency libarchive-dev'
echo '****************************************'
sudo apt-get --assume-yes install libarchive-dev
pkg-config --cflags --libs libarchive

# GTK+-2 is no longer needed
#sudo apt-get install libgtk2.0-dev

Expand Down

0 comments on commit 02baa1d

Please sign in to comment.