随笔分类 -  linux

摘要:svn 数据迁移: http://www.360doc.com/content/22/0127/14/17302338_1015098084.shtml git https://blog.csdn.net/yueliangge910101/article/details/127515844 Fast 阅读全文
posted @ 2022-10-20 10:20 agui2022 阅读(42) 评论(0) 推荐(0)
摘要:wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1.tar.gztar xvf openssl-1.1.1.tar.gzcd openssl-1.1.1./config no-asm shared no-async --prefix 阅读全文
posted @ 2022-08-19 17:37 agui2022 阅读(831) 评论(0) 推荐(0)
摘要:安装CMake sudo apt install cmake-curses-gui 切换到CMakeLists.txt目录 ccmake . 生成Makefile make 开始编译 https://blog.csdn.net/kai_zone/article/details/82656964 (1 阅读全文
posted @ 2022-05-19 16:33 agui2022 阅读(86) 评论(0) 推荐(0)