Added dependency install script

This commit is contained in:
Thomas Kolb 2019-08-07 19:59:08 +00:00
parent 9e7dcaf678
commit 164e9d217a
1 changed files with 10 additions and 0 deletions

10
install-deps-opensuse.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
zypper install \
libboost_system-devel \
libboost_filesystem-devel \
swig \
cppunit-devel \
gnuradio-devel \
python-devel \