Skip to content

Commit

Permalink
Update dependencies for libiio v1
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 7, 2023
1 parent a1b143d commit e1bdf51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_libiio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi


sudo apt-get -qq update
sudo apt-get install -y git cmake graphviz libavahi-common-dev libavahi-client-dev libaio-dev libusb-1.0-0-dev libxml2-dev rpm tar bzip2 gzip flex bison git
sudo apt-get install -y git cmake graphviz libzstd-dev libavahi-common-dev libavahi-client-dev libaio-dev libusb-1.0-0-dev libxml2-dev rpm tar bzip2 gzip flex bison git
git clone -b $LIBIIO_BRANCH --single-branch --depth 1 https://github.com/analogdevicesinc/libiio.git
cd libiio
cmake . -DHAVE_DNS_SD=OFF
Expand Down
Empty file modified .github/scripts/install_pydeps.sh
100644 → 100755
Empty file.

0 comments on commit e1bdf51

Please sign in to comment.