gnuradio 打包脚本
Posted 木心的木偶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gnuradio 打包脚本相关的知识,希望对你有一定的参考价值。
#!/bin/sh echo "cd build" cd build echo "rm -rf **" rm -rf ** echo "cmake ../" cmake ../ echo "make" make echo "sudo make intall" sudo make install echo "ldconfig" sudo ldconfig echo "cd .." cd .. echo "ls" ls echo "build finish ! ***^_^***" echo "if input char [Y/others] ,start gnuradio ,others no deal!" read -p "input is [Y/others] :" var echo "your input is : [${var}]" if [ "$var" = Y ];then gnuradio-companion echo "---->satrt gnuradio" else echo "---->no command!" fi echo "**^_^**"
以上是关于gnuradio 打包脚本的主要内容,如果未能解决你的问题,请参考以下文章
盼图示:ubuntu下gnuradio显示正弦波 包含细节:gnuradio启动,block间连线等,越细越好! 本人初学,诚答加分!