摘要: window平台clang编译成功的参数: b2 --build-dir=build --stagedir=lib-cc architecture=x86 address-model=64 link=static runtime-link=static runtime-link=static too 阅读全文
posted @ 2020-07-18 14:13 sunrisecape 阅读(308) 评论(0) 推荐(0)
摘要: 1.压缩命令: 命令格式:tar -zcvf 压缩文件名.tar.gz 被压缩文件名 可先切换到当前目录下。压缩文件名和被压缩文件名都可加入路径。 2.解压缩命令: 命令格式:tar -zxvf 压缩文件名.tar.gz 解压缩后的文件只能放在当前的目录。 阅读全文
posted @ 2020-07-18 14:08 sunrisecape 阅读(167) 评论(0) 推荐(0)