11 lines
142 B
Bash
11 lines
142 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
zypper install \
|
||
|
libboost_system-devel \
|
||
|
libboost_filesystem-devel \
|
||
|
swig \
|
||
|
cppunit-devel \
|
||
|
gnuradio-devel \
|
||
|
python-devel \
|
||
|
|