目录结构: gnugo4ios(_git)/ gnugo/ <-- 另从GNU官网下载的 makego4ios.sh util/ README 执行: zsh makego4ios.sh (作者说什么“工具是BSD的,zsh”,我就用了zsh) UPDATE: 若要加patch,在gnugo/目录中: git checkout -b ioscompile (需要) git am --signoff < ../remove_print.patch git am --signoff < ../rename.patch
git diff ioscompile master --stat git diff ioscompile master engine/board.c ...