12 2020 档案

摘要:find . -type f -exec touch {} \; 阅读全文
posted @ 2020-12-29 15:41 manhelp 阅读(217) 评论(0) 推荐(0)
摘要:下载gcc的源码包 https://mirrors.aliyun.com/gnu/gcc/ # yum -y install gcc # yum -y install gcc-c++ # yum -y install bzip2 gcc依赖了mpfr、gmp、mpc 和is这四个库,现在在gcc的文 阅读全文
posted @ 2020-12-22 17:22 manhelp 阅读(2044) 评论(0) 推荐(0)
摘要:版本选择 wget https://cmake.org/files/... ./bootstrap --prefix=/usr gmake gmake install 阅读全文
posted @ 2020-12-02 19:15 manhelp 阅读(116) 评论(0) 推荐(0)