ningshanwutuobang

Results 21 comments of ningshanwutuobang

> > gkd > > vendor 这个依赖你找到了吗? vendor不是一个依赖吧,就是一系列依赖放在了这个文件夹里. 所谓依赖就是下面import-module这些,以及上面引用文件的7zip. @12345xw

> > > > gkd > > > > > > > > > vendor 这个依赖你找到了吗? > > > > > > vendor不是一个依赖吧,就是一系列依赖放在了这个文件夹里. 所谓依赖就是下面import-module这些,以及上面引用文件的7zip. @12345xw > > 这我知道,问题就是vendor这个文件夹没有啊 这个就是把[cocos2dx](https://github.com/cocos2d/cocos2d-x)和[krkrz](https://github.com/krkrz)的一些依赖放进去就可以了吧, vendor只是引用一些头文件

主要就这些了, 其它的像opencv按名字都能找到,这是我一年前写的应该能编译的脚本 [CMakeLists.txt](https://github.com/zeas2/Kirikiroid2/files/5080243/CMakeLists.txt) include有这些就能编译成功,(版本问题得修改下些代码;现在没编译依赖, 所以没测试链接) [freetype2](https://github.com/cocos2d/cocos2d-x), [cocos2d-x](https://github.com/cocos2d/cocos2d-x), [libjpeg-turbo](https://github.com/krkrz/libjpeg-turbo), [oniguruma](https://github.com/krkrz/oniguruma), [openal](https://github.com/kcat/openal-soft.git), [oboe](https://github.com/google/oboe.git), [libvorbis](https://xiph.org/downloads/), [wvorbis](https://github.com/krkrz/wuvorbis), [opus](https://github.com/krkrz/opus), [opusfile](https://github.com/krkrz/opusfile), [libarchive](https://github.com/libarchive/libarchive.git), [jxrlib](https://github.com/krkrz/jxrlib), [ffmpeg](https://github.com/zeas2/FFmpeg), [opencv](https://github.com/opencv/opencv), [lz4](https://github.com/lz4/lz4.git) 以及[7zip](https://www.7-zip.org/), [SDL](http://www.libsdl.org/index.php), [google_breakpad](https://github.com/google/breakpad), [bpg](https://github.com/alexandruc/android-bpg.git)

> 你用的freetype2是那个 我在github 搜索的freetype的include目录下没有看到文件夹linux > libjpeg-turbo没有build > prebuild是干嘛的?lz4似乎没有include文件夹 @OPPO9008 freetype2就是cocos2d-x 3.10带的external里的,prebuild就是把这些库用ndk先编译成.a文件,放在里面的,include里放的就是头文件那些

@12345xw @OPPO9008 我重新尝试了一下,编译是能通过,只是还有些问题。[https://github.com/ningshanwutuobang/Kirikiroid2/tree/new](https://github.com/ningshanwutuobang/Kirikiroid2/tree/new) ,依赖基本就这些了,可能还有些选项之类的。

@XGMO9 就是把ANDROID_SDK_ROOT 这些加到环境变量里。 最好能先尝试一下编译一个[cocos2d-x](https://github.com/cocos2d/cocos2d-x)里的模板示例。

> > @XGMO9 就是把ANDROID_SDK_ROOT 这些加到环境变量里。 最好能先尝试一下编译一个[cocos2d-x](https://github.com/cocos2d/cocos2d-x)里的模板示例。 > > 大佬,仓库开个issues 现在应该可以了 > > @XGMO9 就是把ANDROID_SDK_ROOT 这些加到环境变量里。 最好能先尝试一下编译一个[cocos2d-x](https://github.com/cocos2d/cocos2d-x)里的模板示例。 > > /home/mo9/桌面/Kirikiroid2/src/core/tjs2/tjsUtils.h:486:7: error: cannot initialize a variable of type 'int' with an rvalue...

其它还缺少一些文件可以在https://github.com/zeas2/Kirikiroid2/releases/download/1.3.9/Kirikiroid2_1.3.9.apk 里找到,要运行还得解决代码里bug

> > > > @XGMO9 就是把ANDROID_SDK_ROOT 这些加到环境变量里。 最好能先尝试一下编译一个[cocos2d-x](https://github.com/cocos2d/cocos2d-x)里的模板示例。 > > > > > > > > > 大佬,仓库开个issues > > > > > > 现在应该可以了 > > > > @XGMO9...

> > > > > > @XGMO9 就是把ANDROID_SDK_ROOT 这些加到环境变量里。 最好能先尝试一下编译一个[cocos2d-x](https://github.com/cocos2d/cocos2d-x)里的模板示例。 > > > > > > > > > > > > > > > 大佬,仓库开个issues > > > >...