摘要: mkdir build vim cv_cmake.sh #!/bin/bash cmake \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_INSTALL_PREFIX=/usr \ -D BUILD_PNG=OFF \ -D BUILD_TIFF=OFF \ -D 阅读全文
posted @ 2022-12-05 19:12 thomas_blog 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 编译安装 源码下载地址 https://download.qt.io/archive/qt/ 配置参数 ./configure \ -verbose \ -opensource \ -release \ -shared \ -confirm-license \ -make libs \ -nomak 阅读全文
posted @ 2022-12-05 18:59 thomas_blog 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 通常,用在本地容器需要挂载一个远程目录的时候来使用 安装 vieux/sshfs 插件 docker plugin install --grant-all-permissions vieux/sshfs 使用镜像加速,我是没有下载成功。关闭了就可以了 通过 vieux/sshfs 驱动创建数据卷 d 阅读全文
posted @ 2022-12-05 18:55 thomas_blog 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 官方hub https://hub.docker.com/ 拉取镜像 docker pull ubuntu 可以指定版本 docker pull ubuntu:18.04 可以考虑使用镜像加速 运行容器 docker run -it ubuntu /bin/bash -i: 交互式操作 -t: 终端 阅读全文
posted @ 2022-12-05 18:40 thomas_blog 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 教程 https://www.runoob.com/docker/docker-tutorial.html 主题 以下讲解windows11安装 官网下载 https://www.docker.com 常规下一步 安装完成 安装报错 根据提示下载wsl2更新 https://learn.micros 阅读全文
posted @ 2022-12-05 17:38 thomas_blog 阅读(25) 评论(0) 推荐(0) 编辑