09 2023 档案
摘要:修改或添加文件~/.ssh/config 往config里加入即可,亲测有效 Host github.com Hostname ssh.github.com Port 443 User git
阅读全文
摘要:tensorrt 版本8.6 1. 下载依赖模块的源码 /TensorRT$ proxychains4 git submodule update --init --recursive 需要漫长的时间,proxychain4是一个命令行FQ的工具,具体安装配置可以参考其他博客 2. mkdir bui
阅读全文
摘要:因为新版本编译必须使用bazel,所以为了方便我们先使用protobuf老版本protobuf-3.12.2 [下载链接](https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protobuf-all-3.15.
阅读全文
摘要:因为muduo是依赖boost库的,因此我们先安装boost库 ## 一、 安装boost库 进入官网[boost官网](https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/) 下载boost_1_70_0.tar.gz
阅读全文