More build deps
This commit is contained in:
parent
bd50f5d689
commit
10cfc13c3a
|
@ -16,7 +16,7 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- if [ `uname` = "Linux" ]; then
|
- if [ `uname` = "Linux" ]; then
|
||||||
sudo apt-get update -qq;
|
sudo apt-get update -qq;
|
||||||
sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot;
|
sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot libbladerf-dev dh-systemd;
|
||||||
elif [ `uname` = "Darwin" ]; then
|
elif [ `uname` = "Darwin" ]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew install -v librtlsdr;
|
brew install -v librtlsdr;
|
||||||
|
|
Loading…
Reference in a new issue