编译AppFlowy

地址

github:https://github.com/AppFlowy-IO/AppFlowy#

指导文档:

https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup/building-on-macos


本地环境准备

flutter

flutter官方:https://flutter.cn/

版本: 3.27.4

安装完成

安装vcpkg(windows)

https://learn.microsoft.com/zh-cn/vcpkg/get_started/get-started?pivots=shell-cmd

安装 Rust(官方推荐方式):

官网: https://rust-lang.org/zh-CN/learn/get-started/

bash 复制代码
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

cargo --version

source $HOME/.cargo/env
rustup update stable
rustup default stable

cargo build # 可以构建项目
cargo run # 可以运行项目
cargo test #可以测试项目
cargo doc #可以为项目构建文档
cargo publish #可以将库发布到 crates.io。
相关推荐
程序员老刘19 小时前
Dart 3.12 更新要点:乏善可陈
flutter·ai编程·dart
●VON20 小时前
鸿蒙Flutter实战:水平滑动分类标签筛选栏
flutter·华为·harmonyos
●VON1 天前
鸿蒙Flutter实战:24小时新建标签提示组件
android·flutter·华为·harmonyos·鸿蒙
●VON1 天前
鸿蒙Flutter实战:MultiProvider多状态管理架构实践
flutter·华为·架构·harmonyos·鸿蒙
●VON1 天前
鸿蒙Flutter实战:放弃sqflite选纯Dart JSON文件存储
flutter·华为·json·harmonyos·鸿蒙
J船长1 天前
把该死的Provider再讲一遍
flutter
Fansi1 天前
看着无解的 UI,其实只是没拆够 —— 以"凹角卡片"为例
flutter
李宏伟~1 天前
flutter实现观看直播评论抽奖功能
flutter
●VON1 天前
鸿蒙Flutter实战:自定义SearchDelegate应用内搜索
flutter·华为·harmonyos·鸿蒙