mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-03 06:16:08 +00:00
21 lines
933 B
Markdown
Executable File
21 lines
933 B
Markdown
Executable File
---
|
|
title: Entwicklung
|
|
weight: 8
|
|
pre: "<b>3. </b>"
|
|
chapter: true
|
|
description: "RustDesk-Dokumentation zu Entwicklung. Hier finden Sie Anleitungen zur Installation, Konfiguration, Bereitstellung und Fehlerbehebung."
|
|
keywords: ["rustdesk development", "build rustdesk", "rustdesk contributor docs", "rustdesk linux build", "rustdesk windows build", "rustdesk macos build"]
|
|
---
|
|
|
|
## Welchen Entwicklungsleitfaden sollten Sie wahlen?
|
|
|
|
| Bedarf | Bester Leitfaden |
|
|
| --- | --- |
|
|
| Mit der allgemeinen Build-Dokumentation fur Mitwirkende beginnen | [Build](/docs/de/dev/build/) |
|
|
| Die Desktop-App unter Linux bauen | [Linux](/docs/de/dev/build/linux/) |
|
|
| Die Desktop-App unter Windows bauen | [Windows](/docs/de/dev/build/windows/) |
|
|
| Die Desktop-App unter macOS bauen | [macOS](/docs/de/dev/build/osx/) |
|
|
| Haufige Windows-Build-Probleme beheben | [Windows-FAQ](/docs/de/dev/build/faq/) |
|
|
|
|
{{% children depth="3" showhidden="true" %}}
|