编译cocosbuilder源码出错
This I have made some initial fixes that will at least get you past getting all the proper submodules: There is a multi-step process in order to make this work (detached HEAD) with the latest for tag “release-1.1-RC0” 1) Under the root directory of this repository,edit the “.gitmodules” with the following diffs: diff --git a/.gitmodules b/.gitmodules index 70efbcf..e61c729 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "CocosBuilder/libs/cocos2d-iphone"] path = CocosBuilder/libs/cocos2d-iphone - url = https://github.com/cocos2d/cocos2d-iphone.git + url = git://github.com/cocos2d/cocos2d-iphone-classic.git [submodule "CocosBuilder/libs/ssziparchive"] path = CocosBuilder/libs/ssziparchive - url = https://github.com/vlidholt/ssziparchive + url = git://github.com/vlidholt/ssziparchive [submodule "CocosBuilder/libs/Fragaria"] path = CocosBuilder/libs/Fragaria - url = https://github.com/vlidholt/Fragaria.git + url = git://github.com/vlidholt/Fragaria.git [submodule "Examples/CocosBuilderExample/libs/CCBReader"] path = Examples/CocosBuilderExample/libs/CCBReader url = git://github.com/cocos2d/CCBReader.git 2) (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |