-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何构建/How to build? #1
Comments
boat-3.2.2分支: 先执行:ant compile-templates 再执行:ant compile 最后是:ant compile-native 这些-Dbinding.xxx=false是为了禁用不能用/编译不了的binding。 打包jar:ant release 交叉编译工具链不一定用clang,也可以指定为gcc。 |
执行第三个命令报错了,还有dyncall静态库应该是放到lwjgl3文件夹的bin/libs/boat/arm64/吧,${lib}/${platform}/${build.arch}/打印出来是bin/libs/boat/arm64/ |
llvm ir。。。不加-emit-llvm之类的不会出这种东西吧 |
clang36。。。你的NDK是哪个版本的啊。要不你用gcc也行。 |
用的r10e |
既然是r10e,那你直接用gcc好了 |
这里是构建说明
This issue is about building.
The text was updated successfully, but these errors were encountered: