01 2021 档案
centos编译gcc10
摘要:在centos下编译gcc10,前天是自己先安装好gcc现在的版本 #!/bin/bash dir=$(pwd) yum -y install m4yum -y install bzip2 wget ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.1.0 阅读全文
posted @ 2021-01-27 10:33 弘道者 阅读(388) 评论(0) 推荐(0)
linux编译libtorrent
摘要:最近在编译libtorrent还没有成功 环境: gcc要支持c++17我选的gcc9 boost用的boost_1_68_0 openssl用的openssl-1.1.1d 第一步要编译完boost 我这里放到/boost_1_68_0编译的 第二部编译openssl我安装到/openssl-li 阅读全文
posted @ 2021-01-20 10:22 弘道者 阅读(386) 评论(0) 推荐(0)