CCache is a compiler cache for C/C++. It speeds up recompilation by caching the result of previous compilations and detecting
when the same compilation is being done again. We can use this tool to s...
分类:
移动开发 时间:
2014-06-21 21:13:40
阅读次数:
318
1使用命令查询字符串(搜索所有文件)grepmobile_provisioning*-r2删除一些没有gitadd的文件即gitrmUntrackedfilesgitclean-f3全编anroid源码时,编译加速exportUSE_CCACHE=1
分类:
其他好文 时间:
2014-06-17 18:15:45
阅读次数:
154
以下步骤在MAC下测试通过:
首先是安装CCache,
可以用homebrew
brew install --HEAD ccache
也可以用源码安装
git clone https://github.com/jrosdahl/ccache.git
cd ccache
./autogen.sh
./configure
make
make install
如果提示autohe...
分类:
移动开发 时间:
2014-06-14 12:28:49
阅读次数:
263
XP+ubuntu双系统可参考
xp硬盘上安装ubuntu12.04双系统
1、XP安全不再,终于将吾等磨机的人逼上梁山,是时候做一个win7+ubuntu的双系统了。废话少说,直接进入主题,先腾出一个硬盘空间,一般来讲肯定将你win7中的最后一个盘格掉并删除逻辑分区,我留了200G(安卓的版本编译原码大了,还引入了ccache等机制,这写都是以硬盘为代价的!)
2....