mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-06 05:19:50 +01:00
Fixed [ERROR] fatal: /src/bridge_generated.rs" failed: No such file or directory (os error 2)
This commit is contained in:
parent
984799bd89
commit
2f8b7d25d9
@ -63,7 +63,7 @@ You also might be required to install some prerequisites if you are doing this f
|
|||||||
```
|
```
|
||||||
sudo apt install ca-certificates -y
|
sudo apt install ca-certificates -y
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang cmake libclang-dev ninja-build llvm-dev libclang-10-dev llvm-10-dev pkg-config
|
sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang cmake libclang-dev ninja-build llvm-dev libclang-10-dev llvm-10-dev pkg-config rustfmt
|
||||||
```
|
```
|
||||||
### Installing Flutter Rust Bridge dependencies
|
### Installing Flutter Rust Bridge dependencies
|
||||||
At this step you'll install additional dependencies required by [Flutter Rust Bridge](https://cjycode.com/flutter_rust_bridge/index.html) also you'll download flutter dependencies from `pubspec.yaml` file.
|
At this step you'll install additional dependencies required by [Flutter Rust Bridge](https://cjycode.com/flutter_rust_bridge/index.html) also you'll download flutter dependencies from `pubspec.yaml` file.
|
||||||
|
Loading…
Reference in New Issue
Block a user