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

13 lines
162 B
Bash
Executable File

#!/bin/sh
zypper install \
libboost_system-devel \
libboost_filesystem-devel \
swig \
cppunit-devel \
gnuradio-devel \
python-devel \
cmake \
gcc-c++ \