Commit Graph

14 Commits

Author SHA1 Message Date
Mike
66defa85f6 Edited Linux Instructions
Fixed the numbering (Github doesn't do numbering correctly...)
Added step showing how to start coding in VS Code
Changed server step from Optional to TBD
2021-12-11 23:15:11 -05:00
Mike
31ced8bde7 Removed lines concerning yaml backend 2021-12-11 09:07:24 -05:00
Mike
c8f6f4861b Marked Arch Linux as being verified (however protobuf isn't working yet)
Restructured the steps to better separate concerns
Added instructions for Arch Linux
Highlighted some steps that may be overlooked by someone who already has Flutter installed (or that I found confusing during installation
Moved environment settings to Step 5
2021-12-10 13:16:41 -05:00
appflowy
d283d29202 [flutter]: switch to stable channel 2021-12-10 14:43:57 +08:00
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