This commit is contained in:
rustdesk
2026-03-20 18:42:55 +08:00
parent 1736869d5f
commit 56cfd26e35
463 changed files with 6538 additions and 62 deletions
+13
View File
@@ -7,4 +7,17 @@ keywords: ["build rustdesk", "rustdesk source build", "rustdesk packaging", "rus
Use these build guides when you want to compile or package RustDesk from source for desktop platforms. Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging the desktop version.
## What does the build section cover?
The build section covers the desktop contributor setup for Linux, Windows, and macOS. Use the platform-specific guide for dependency installation, `vcpkg` setup, Rust toolchain preparation, and final build or packaging commands.
## Which build guide should you choose?
| Platform | Guide |
| --- | --- |
| Linux | [Linux](/docs/en/dev/build/linux/) |
| Windows | [Windows](/docs/en/dev/build/windows/) |
| macOS | [macOS](/docs/en/dev/build/osx/) |
| Windows troubleshooting | [FAQ for Windows](/docs/en/dev/build/faq/) |
{{% children depth="3" showhidden="true" %}}