Skip to content
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

写一个readme?或者教程 #8

Open
zhangxueren9 opened this issue Jun 28, 2023 · 2 comments
Open

写一个readme?或者教程 #8

zhangxueren9 opened this issue Jun 28, 2023 · 2 comments

Comments

@zhangxueren9
Copy link

不知道这个项目怎么编译构建

@xkeyC
Copy link
Owner

xkeyC commented Jun 28, 2023

暂且参考 https://github.com/xkeyC/Syncreve/blob/main/.github/workflows/build_apk.yml 里的构建流程吧。
name 就是 命令说明,run 就是执行的命令,从 Setup Java 到 Flutter build apk。 Setup 操作在本地就是配环境,那几个 builld 操作就是在仓库首页执行命令即可。

https://github.com/xkeyC/Syncreve/actions/runs/5386013622 这里有全套的构建日志 以及编译结果。

如果你要查看或修改代码,推荐使用 https://developer.android.com/studio (无需配置 java 环境) 。
Flutter 的安装可以参考:https://flutter.cn/docs/get-started/install
因为使用 golang 做 Service ,所以你还需要安装 golang https://golang.google.cn/learn/
此外,在移动端使用的 gomobile 可能需要额外安装C语言编译器(在 windows 麻烦一些)。

如果你在编译过程中遇到任何问题,欢迎留言。

@QPYIDRWIMG
Copy link

QPYIDRWIMG commented Jul 21, 2024

我编译好了:app-release.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants