我已经下载了你们的例子,但是还是没有搞明白如何更新类库
第一个问题(你们文档中第5步)
你们写的是(5.Add the sources from spine-cpp/spine-cpp/src/spine and spine-cocos2dx/src/spine to your project)
我的问题是:这个是两个文件夹需要我添加到一个文件夹内么?还是引用地址文件
第二个问题(你们文档中第6步)
是这么引用么?
第三个问题(你们文档中第6步)
你们写的是(6. Add the folders spine-cpp/spine-cpp/include and spine-cocos2dx/src to your header search path. Note that includes are specified as #inclue <spine/file.h>, so the spine directory cannot be omitted when copying the source files.)
我的问题是:我需要将我游戏项目文件中的头文件#include <spine/spine-cocos2dx.h>#include "spine/spine.h"变成你们的写这么应用么#inclue <spine/file.h>,
include <spine/file.h>这么写直接报错误了提示没有找到
inclue <spine/file.h>也包错误
第四个问题,我这么改完就可以了么?不需要编译成libcocos2d iOS.a文件么?
第五个问题,你们有没有改好的coco2d-x 下载文件啊,这个我们按你们的步骤还是很费劲的