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

23 lines
393 B
Bash
Executable File

#!/bin/sh
zypper install \
libboost_system-devel \
libboost_filesystem-devel \
libboost_thread-devel \
libboost_regex-devel \
libboost_program_options-devel \
libboost_date_time-devel \
libboost_test-devel \
libboost_atomic-devel \
swig \
cppunit-devel \
gnuradio-devel \
python-devel \
cmake \
gcc-c++ \
orc \
python3-pyaml \
gobject-introspection \
typelib-1_0-Gtk-3_0 \