-
Notifications
You must be signed in to change notification settings - Fork 304
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
refactor: refactor startup build scripts and README. #44
Conversation
andycall
commented
Mar 15, 2021
- 新增 npm run build:bridge:all 命令,一键构建三个平台的 bridge
- 添加必要的环境依赖的说明
- 删除一些过时的代码
- 支持 debug 和 release 构建
264ae1e
to
1786969
Compare
README.md
Outdated
@@ -43,15 +43,16 @@ By contributing to Kraken, you agree that your contributions will be licensed un | |||
* [Node.js](https://nodejs.org/) v12.0 or later | |||
* [Flutter](https://flutter.dev/docs/get-started/install) version in the `kraken/pubspec.yaml` | |||
* [CMake](https://cmake.org/) | |||
* [Android NDK](https://developer.android.com/studio/projects/install-ndk) version `20.0.5594570` installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
安卓下为什么会绑定固定版本 20.0.5594570
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个只是 NDK 的版本依赖
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不是这个版本跑不起来?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯,脚本里面写死了。不过 NDK 依赖最低也得 20,再低就跑不起来了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
求+1,现在 main 上的文档只能在 mac 上构建。 ios 和 android 的指引都有问题。 |
7dccfb7
to
28ea7f5
Compare
28ea7f5
to
b14e24a
Compare