01 2019 档案
摘要:编译boost到各个系统平台 mac,iOS,linux,android,wind git地址:https://github.com/czjone/boost git仓库:https://github.com/czjone/boost.git 详情看read.me 包含编译教程 TODO:windo
阅读全文
摘要:1 #!/bin/bash 2 ############################################################### 3 ### 通用代码 4 5 ## 显示错误 6 function error(){ 7 local msg=$1 8 if [[ ${msg} != '' ]]; then 9 ...
阅读全文