Added dependency install script
This commit is contained in:
parent
9e7dcaf678
commit
164e9d217a
10
install-deps-opensuse.sh
Executable file
10
install-deps-opensuse.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
zypper install \
|
||||
libboost_system-devel \
|
||||
libboost_filesystem-devel \
|
||||
swig \
|
||||
cppunit-devel \
|
||||
gnuradio-devel \
|
||||
python-devel \
|
||||
|
Loading…
Reference in a new issue