
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 You also might be required to install some prerequisites if you are doing this first time: sudo apt update -y Then you’ll be able to change your directory into rustdesk: cd rustdesk If you did not have one, clone RustDesk repository, you can achieve that by running: git clone Generating Bridge 🌉ĭue to fact that this project is based on Flutter Rust Bridge you should first generate it, you can achieve it by running following commands:Ĭhange your current directory into rustdesk directory: cd rustdesk If you missing any of these prerequisites, obtain and configure them, then return back here. This part of tutorial is based on clean Ubuntu 20.04 instance with prerequisites like Flutter, Rust and vcpkg already installed and configured.
