[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
This commit is contained in:
Alex Chen
2021-11-20 11:41:06 +08:00
parent 7f70036951
commit 0dcaa6be2f
4 changed files with 45 additions and 23 deletions

View File

@ -70,7 +70,6 @@ rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-darwin
rustup target add x86_64-pc-windows-msvc
rustup target add x86_64-pc-windows-msvc
rustup target add x86_64-unknown-linux-gnu
"""