标签 Ubuntu 下的文章

相关网址链接 Http 全局代理配置 android webrtc 编译 boto 代理配置 Unable to reach the snap store 问题解决 ERROR: The installation of the Chrome OS default fonts failed. WebRTC里用的c++库是libc++,而目前Android中使用的c++库是libstdc++ Exception: Missing licenses for following third_party targets: openh264, ffmpeg 相关命令说明 编译静态库 libwebrtc.a 和 libwebrtc.jar 编译 libwebrtc.aar webrtc release 分支相关信息 相关资料太多、分散了,本文来自学习过程中笔记,添加一些摘要和

- 阅读剩余部分 -

lcm-gen编译安装 LCM 使用 问题备注 Lightweight Communications and Marshalling (LCM)是消息传递和数据编码的工具库,高带宽和低延迟的实时系统,提供发布/订阅消息传递模型。 官方开源地址:https://github.com/lcm-proj/lcm 本文主要基于官方文档介绍JAVA版本的使用,本文在ubuntu下编译,下文设计的命令在ubuntu下有效。 本文收发地址 https://h89.cn/archives/479.html lcm-gen编译安装 参考文档 build-instructions.md,相关命令如下: $ git clone https://github.com/lcm-proj/lcm lcm-proj $ cd lcm-proj $ mkdir build $ cd build $ su

- 阅读剩余部分 -