This commit is contained in:
Alister Amo 2019-02-13 03:51:49 +01:00
parent 5a9b3ef2e2
commit a71f50789f
1 changed files with 11 additions and 0 deletions

11
install_dependences.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
sudo apt-get install git autoconf libtool libtool-bin gpp g++ libzmq3-dev pkg-config libosip2-dev libortp-dev libusb-dev libusb-1.0-0-dev libreadline-dev libsqlite3-dev libuhd-dev -y
git submodule init
git submodule update
tar -xvzf asn1c-0.9.23.tar.gz
cd ./vlm-asn1c-0959ffb/
./configure
make
sudo make install
cd ../