Commit Graph

24 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
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
Annie
b51b12ab7d
Update ABOUT_APPFLOWY.md 2021-11-14 16:12:42 +08:00
Annie
95a5c06e30
Update roadmap.md 2021-11-14 13:39:04 +08:00
Annie
2e03e03c77
Update ABOUT_APPFLOWY.md 2021-11-14 13:37:56 +08:00
appflowy
72de8938f5 [flutter]: update readme images 2021-11-13 12:20:57 +08:00
Annie
ec4d4cb2b7
Add files via upload 2021-11-12 17:49:50 +08:00
Annie
0135b14710
Delete howtostar.gif 2021-11-12 17:49:36 +08:00
Annie
ab20de963f
add an image 2021-11-12 17:47:52 +08:00
Annie
7836e98a50
Add an image 2021-11-12 17:23:57 +08:00
Annie
e96db43968
Add files via upload 2021-11-10 16:42:38 +08:00
Annie
823c9f9bd6
Update CONTRIBUTING.md v1.2 2021-11-09 13:32:17 +08:00
Annie
7f3bd45487
Update CONTRIBUTING.md v1.1 2021-11-09 11:49:02 +08:00
Annie
4477169442
Update CONTRIBUTING.md v2 2021-11-09 11:12:30 +08:00
appflowy
8e5cbfb84e [flutter]: quill editor events flow 2021-10-22 11:42:25 +08:00
appflowy
5c0abd915c [flutter]: EditableTextLine render graph 2021-10-21 22:03:58 +08:00
Annie
734f56b6d9
Update About 2021-07-09 17:07:47 +08:00
appflowy
ae23a41445 fix some test bugs when dispatcher initialize by multi threads 2021-07-09 14:02:42 +08:00
appflowy
685643be36 update some doc 2021-07-09 08:43:25 +08:00
appflowy
53a041b6cd rename flowy-sys to flowy-dispatch 2021-07-08 22:06:20 +08:00
appflowy
4d91ed147d add flowy-sys crate 2021-06-24 16:32:36 +08:00
appflowy
126ac20ccc add docs 2021-06-21 22:53:31 +08:00
appflowy
2053cd7f05 update README with DDD Event flow 2021-06-20 23:35:21 +08:00
appflowy
7c4355ae7f update README 2021-06-19 23:41:19 +08:00