东方耀AI技术分享

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 1444|回复: 1
打印 上一主题 下一主题

[学习笔记] 源码编译安装gr-tutorial-master

[复制链接]

1365

主题

1856

帖子

1万

积分

管理员

Rank: 10Rank: 10Rank: 10

积分
14439
QQ
跳转到指定楼层
楼主
发表于 2021-5-13 16:20:24 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
源码编译安装gr-tutorial-master


cd /home/jiang/c_c++_works/gr-tutorial-master
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install






jiang@jiang-Ubuntu:~/c_c++_works/gr-tutorial-master/build$ sudo make install
[sudo] jiang 的密码:
[ 15%] Built target gnuradio-tutorial
[ 30%] Built target test-tutorial
[ 30%] Built target tutorial_swig_swig_doc
[ 40%] Built target _tutorial_swig_swig_tag
[ 55%] Built target tutorial_swig_swig_2d0df
[ 70%] Built target pygen_swig_80dc3
[ 90%] Built target _tutorial_swig
[100%] Built target pygen_python_8a511
[100%] Built target pygen_apps_9a6dd
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/lib/cmake/tutorial/tutorialConfig.cmake
-- Installing: /usr/include/tutorial/api.h
-- Installing: /usr/include/tutorial/my_qpsk_demod_cb.h
-- Installing: /usr/include/tutorial/my_qpsk_demod_tags_cb.h
-- Installing: /usr/lib/libgnuradio-tutorial.so
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/_tutorial_swig.so
-- Set runtime path of "/usr/lib/python2.7/dist-packages/tutorial/_tutorial_swig.so" to ""
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/tutorial_swig.py
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/tutorial_swig.pyc
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/tutorial_swig.pyo
-- Installing: /usr/include/tutorial/tutorial/swig/tutorial_swig.i
-- Installing: /usr/include/tutorial/tutorial/swig/tutorial_swig_doc.i
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/__init__.py
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/chat_blocks.py
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/multiply_py_ff.py
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/qpsk_demod_py_cb.py
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/__init__.pyc
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/chat_blocks.pyc
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/multiply_py_ff.pyc
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/qpsk_demod_py_cb.pyc
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/__init__.pyo
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/chat_blocks.pyo
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/multiply_py_ff.pyo
-- Installing: /usr/lib/python2.7/dist-packages/tutorial/qpsk_demod_py_cb.pyo
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_chat_receiver.xml
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_chat_sanitizer.xml
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_multiply_py_ff.xml
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_my_qpsk_demod_cb.xml
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_my_qpsk_demod_tags_cb.xml
-- Installing: /usr/share/gnuradio/grc/blocks/tutorial_qpsk_demod_py_cb.xml
-- Installing: /usr/share/gr-tutorial/examples/tutorials/README
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial4/my_qpsk_demod.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/chat_app.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/demod_with_tags.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/tags_decim.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/tags_interp.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/tags_ramp_delay.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial5/tags_simple_example.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial6/gr-tutorial-broadcast-fm-rx.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial6/gr-tutorial-qpsk-tx-uhd.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial6/gr-tutorial-qpsk-tx.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial6/gr-tutorial-simple-spec-an.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_rrc_rolloff.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage1.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage2.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage3.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage4.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage5.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/mpsk_stage6.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/multipath_sim.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/symbol_differential_filter.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/symbol_differential_filter_phases.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/symbol_sampling.grc
-- Installing: /usr/share/gr-tutorial/examples/tutorials/tutorial7/symbol_sampling_diff.grc
jiang@jiang-Ubuntu:~/c_c++_works/gr-tutorial-master/build$


gr_tutorial.png (34.64 KB, 下载次数: 127)

gr_tutorial.png

gr_tutorial_before.png (33.97 KB, 下载次数: 129)

gr_tutorial_before.png
让天下人人学会人工智能!人工智能的前景一片大好!
回复

使用道具 举报

0

主题

98

帖子

200

积分

中级会员

Rank: 3Rank: 3

积分
200
沙发
发表于 2021-11-23 19:46:05 | 只看该作者
让天下人人学会人工智能!人工智能的前景一片大好!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|人工智能工程师的摇篮 ( 湘ICP备2020019608号-1 )

GMT+8, 2024-5-19 15:30 , Processed in 0.189258 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表