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

View File

@@ -5,6 +5,19 @@ description: "RustDesk のWindowsに関するドキュメントです。イン
keywords: ["build rustdesk windows", "rustdesk windows build", "rustdesk vcpkg windows", "rustdesk sciter dll", "rustdesk llvm libclang"]
---
## Windows でビルドする前に何が必要ですか?
Windows で RustDesk をビルドするには、Visual Studio の C++ ツールチェーン、Rust、`vcpkg``sciter.dll`、そして `LIBCLANG_PATH` を正しく設定した LLVM が必要です。コマンドは Git Bash で実行すると、ドキュメントどおりの構文と環境変数設定で進められます。
## Windows ビルドのチェックリスト
- C++ ワークロード付きの Visual Studio を入れます。
- `rustup-init.exe` で Rust を入れます。
- `vcpkg` を clone して初期化し、`VCPKG_ROOT` を設定します。
- デスクトップ UI 用の `sciter.dll` をダウンロードします。
- LLVM を入れ、`LIBCLANG_PATH` をその `bin` ディレクトリに向けます。
- RustDesk を clone し、Git Bash で標準ビルド手順を実行します。
{{% notice note %}}
ここに示すコマンドライン指示は、コマンドプロンプトではなく Git Bash で実行する必要があります。そうしないと構文エラーが発生します。
{{% /notice %}}