Commit Graph

10 Commits

Author SHA1 Message Date
Alex to
d965d26e60 Enable Linux build
1. BUILD_ON_LINUX.md is instruction of building Linux version
2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux

Building Windows/Linux release version is verified
Didn't get chance to verify building macos version
2021-11-19 12:09:56 +08:00
annie
58078c26db [flutter]: support dev build window 2021-11-18 16:18:20 +08:00
Alex to
5ee37972ef #19 - [FR] Successfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
1. scripts\flowy-tool\Cargo.toml
  - Remove shell dependency which does not support windows
2. scripts\makefile\env.toml
  - Enhance environment checking for building app on windows
3. scripts\flowy-tool\src\util\file.rs
  - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows
4.  scripts\makefile\flutter.toml
  - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder
5. scripts\flowy-tool\src\proto\proto_gen.rs
  - Remove dir by using platform independent code rather than calling *nix shell command
6. scripts\makefile\protobuf.toml
  - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
2021-11-17 21:45:18 +08:00
appflowy
74239d65cb [rust]: windows config 2021-11-17 14:18:21 +08:00
appflowy
d2a8f89668 [flutter]: release build with x86 2021-11-15 18:23:04 +08:00
appflowy
dd357c18cf [flutter]: build with offline mode 2021-11-06 22:35:45 +08:00
appflowy
8edc25168e [rust]: update script 2021-11-04 23:16:23 +08:00
appflowy
f700f69ac2 [rust]: config build flowy-macos build scripts 2021-11-04 18:03:51 +08:00
appflowy
9e0033f4ed [flutter]: enable windows platform 2021-11-04 16:43:12 +08:00
appflowy
7c4355ae7f update README 2021-06-19 23:41:19 +08:00