20 lines
328 B
Bash
Executable file
20 lines
328 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 \
|
|
|