13 lines
162 B
Bash
Executable file
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++ \
|
|
|