Merge pull request #225 from 5idereal/typo

fix typo
This commit is contained in:
RustDesk
2023-07-13 19:07:59 +08:00
committed by GitHub
12 changed files with 73 additions and 73 deletions

View File

@ -4,7 +4,7 @@ weight: 35
---
{{% notice note %}}
This build uses github actions, you will need a github account, also building can be slow, however this requires no development environment.
This build uses GitHub Actions, you will need a GitHub account, also building can be slow, however this requires no development environment.
{{% /notice %}}
## Make a fork
@ -49,6 +49,6 @@ Scroll down and under Workflow permissions enable "Read and write permissions".
## Download your built packages
After the workflow is done running you can download the packages it built.
After the workflow is done running you can download the packages it built.
Goto the main page of your fork, on the right click "Releases". The packages you just built will show up under "Nightly".

View File

@ -16,7 +16,7 @@ It is possible to build RustDesk Android on **Windows** and **macOS** but this i
Here you will learn how to prepare your environment to such an extent that you will be able to successfully build the application and enable yourself to work on the code through, for example, Android Studio.
This tutorial is based on latest working workflow file, to ensuree that everything will just works. If you encounter any problems feel free to contact us on our [Discord](https://discord.com/invite/nDceKgxnkV) or by other communication channel.
This tutorial is based on latest working workflow file, to ensure that everything will just works. If you encounter any problems feel free to contact us on our [Discord](https://discord.com/invite/nDceKgxnkV) or by other communication channel.
It is possible to build, run end edit Android version on Windows, but it requires patched `flutter` directory.
@ -131,7 +131,7 @@ pushd $HOME
sudo wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/dep.tar.gz
sudo tar xzf dep.tar.gz
popd
```
```
### Disabling Flutter Rust Bridge build
You'll might need to disable building Flutter Rust Bridge from `build.rs` file, you can do it by running:

View File

@ -42,7 +42,7 @@ Desktop versions use [sciter](https://sciter.com/) for GUI, please download [sci
### llvm
rust-bindgen depends on clang, download [llvm](https://github.com/llvm/llvm-project/releases) and installadd System environment variable `LIBCLANG_PATH`=`<llvm_install_dir>/bin`.
rust-bindgen depends on clang, download [llvm](https://github.com/llvm/llvm-project/releases) and install, add System environment variable `LIBCLANG_PATH`=`<llvm_install_dir>/bin`.
You can download 15.02 of the LLVM binaries here: [64-bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe) / [32-bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win32.exe)