学霸
发布时间:2015-06-15 17:13:08
CMakeLists最优可扩展最近有一个基于CMakeLists的可在不用平台之上通用的代码的需求。分为以下几部分1.Build(编译目录) tools win/linux 下cmake及相关编译工具 compile_linux.sh linux下编译脚本 compile_win.bat win下批处理脚本 setbuildenv.bat 为compile_win.bat设置运.........【阅读全文】
发布时间:2015-05-13 10:30:12
c++ version点击(此处)折叠或打开/* solution 1 */bool Base64Encode(const string& input, string& output) { namespace bai = boost::archive::iterators; const string base64_padding[] = {"", ".........【阅读全文】
发布时间:2015-04-21 18:39:22
python installtar -xvf Python-2.5.2.tar.bz2cd Python-2.5.2./configure "no acceptable C compiler found in $PATH"/* found that this phenomenon is caused due to no compiler */yum install gcc "No package gcc available"/* found that this phenomenon is caused due to yum source */rpm -qa |g.........【阅读全文】
发布时间:2015-04-01 13:31:12
工具包下载地址:https://collaboration.opengroup.org/pegasus/pages.php?action=show&ggid=392open pegasus install for linux脚本文件pegs_linux.sh点击(此处)折叠或打开#!/bin/bashexport BUILD_ROOT=/home/xiaoheiexport PEGASUS_HOME=$BUI.........【阅读全文】