2016年08月19 - android的m、mm、mmm编译命令的使用
android源码目录下的build/envsetup.sh文件,描述编译的命令
- m: Makes from the top of the tree. - mm: Builds all of the modules in the current directory. - mmm: Builds all of th
2016年08月24 -
ejabberd编译更新脚本
(金庆的专栏 2016.8)
用rebar编译ejabberd源码,然后复制编译所得beam文件到ejabberd安装目录, 调用ejabberdctl热更新。
call rebar compile skip_deps=true
REM Need write right to ejabberd dir.
copy ebin\*.beam "C:\Pr