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-...
阅读全文
摘要:可能的错误/lib64/libc.so.6: version `GLIBC_2.14' not found strings /lib64/libc.so.6 |grep GLIBC_https://blog.csdn.net/ai2000ai/article/...
阅读全文
摘要: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...
阅读全文
摘要:Here is a summary on how to install the toolset:Bring up the Visual Studio installer (Tools -> Get Tools and Features)Select Deskt...
阅读全文