hamnet70-gnuradio-legacy/install-deps-opensuse.sh

13 lines
162 B
Bash
Raw Normal View History

2019-08-07 21:59:08 +02:00
#!/bin/sh
zypper install \
libboost_system-devel \
libboost_filesystem-devel \
swig \
cppunit-devel \
gnuradio-devel \
python-devel \
2019-09-11 19:02:20 +02:00
cmake \
gcc-c++ \
2019-08-07 21:59:08 +02:00