2019-08-07 21:59:08 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
zypper install \
|
|
|
|
libboost_system-devel \
|
|
|
|
libboost_filesystem-devel \
|
2019-09-16 23:02:01 +02:00
|
|
|
libboost_thread-devel \
|
|
|
|
libboost_regex-devel \
|
|
|
|
libboost_program_options-devel \
|
|
|
|
libboost_date_time-devel \
|
|
|
|
libboost_test-devel \
|
|
|
|
libboost_atomic-devel \
|
2019-08-07 21:59:08 +02:00
|
|
|
swig \
|
|
|
|
cppunit-devel \
|
|
|
|
gnuradio-devel \
|
|
|
|
python-devel \
|
2019-09-11 19:02:20 +02:00
|
|
|
cmake \
|
|
|
|
gcc-c++ \
|
2019-10-14 21:43:49 +02:00
|
|
|
orc \
|
2019-08-07 21:59:08 +02:00
|
|
|
|