Commit Graph

10 Commits

Author SHA1 Message Date
Alex to
172e1ab1de [Instruction] Slightly update steps of BUILD_ON_WINDOWS.md
1. doc\BUILD_ON_WINDOWS.md
  - rustup.exe with parameter to install rust without prompt
2. frontend/scripts/makefile/protobuf.toml
  - add a sub task to check if protoc is presented in PATH
2021-11-28 20:34:03 +08:00
ljshwyykl
3648a42054 fix conflicts 2021-11-26 09:48:22 +08:00
ljshwyykl
0f48d5da53 build doc 2021-11-25 19:33:35 +08:00
Stanislav
038bf41077
Add unzip to requirements
When running Step #3 `flutter channel dev` got:
```Missing "unzip" tool. Unable to extract Dart SDK.
Consider running "sudo apt-get install unzip".```
2021-11-24 22:08:28 +03:00
Annie
9d5eafc97b
Update BUILD_ON_LINUX.md
increase readability
2021-11-22 17:15:45 +08:00
AppFlowy.IO
1517202889
Merge pull request #54 from pdckxd/main
[Build] Fix build instruction to meet the update of folder structure …
2021-11-21 13:52:15 +08:00
appflowy
a535b8585f mark caro make pb as optional action 2021-11-21 13:50:31 +08:00
Alex Chen
702a04ab24 [Build] Fix build instruction to meet the update of folder structure update
1. frontend/scripts/flowy-tool/Cargo.toml
  - fix flowy-ast module path
2. frontend/scripts/makefile/protobuf.toml
  - fix derive_meta path
2021-11-21 09:34:32 +08:00
Alex Chen
0dcaa6be2f [Build] Fix Linux build instruction
1. BUILD_ON_LINUX.md
  - Remove brew dependency
  - Update command for development in step 9 & 10
2. Fix file name typo for BUILD_ON_WINDOWS.md
2021-11-20 14:35:44 +08:00
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