当前位置:   article > 正文

【Qt】QGroundControl入门2:下载、编译、错误处理、运行_qt怎么打开qcground

qt怎么打开qcground

1、源码下载

git clone https://github.com/mavlink/qgroundcontrol.git

2、下载依赖库

2.1 查看依赖库的github路径

cat .gitmodules
  • 1
[submodule "src/GPS/Drivers"]
	path = src/GPS/Drivers
	url = https://github.com/PX4/GpsDrivers.git
[submodule "libs/mavlink/include/mavlink/v2.0"]
	path = libs/mavlink/include/mavlink/v2.0
	url = https://github.com/mavlink/c_library_v2.git
[submodule "libs/OpenSSL/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/428947
推荐阅读
  

闽ICP备14008679号