08 2020 档案

摘要:#!/bin/bashyum install -y zip* unzip* wget* gdb lrzsz#gmp安装cd /tmpwget ftp://ftp.gnu.org/gnu/gmp/gmp-6.1.0.tar.bz2 tar -jxvf gmp-... 阅读全文
posted @ 2020-08-30 00:47 byfei 阅读(792) 评论(0) 推荐(0) 编辑
摘要:可能的错误/lib64/libc.so.6: version `GLIBC_2.14' not found strings /lib64/libc.so.6 |grep GLIBC_https://blog.csdn.net/ai2000ai/article/... 阅读全文
posted @ 2020-08-30 00:44 byfei 阅读(757) 评论(0) 推荐(0) 编辑
摘要:http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gztar -zxvf bash-5.0.tar.gzcd bash-5.0./configure && make && make installmv /bin/bash /bi... 阅读全文
posted @ 2020-08-30 00:41 byfei 阅读(196) 评论(0) 推荐(0) 编辑
摘要:Here is a summary on how to install the toolset:Bring up the Visual Studio installer (Tools -> Get Tools and Features)Select Deskt... 阅读全文
posted @ 2020-08-20 12:38 byfei 阅读(51) 评论(0) 推荐(0) 编辑