mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-23 16:36:42 +00:00
fix style
This commit is contained in:
@@ -7,18 +7,18 @@ weight: 20
|
||||
ここに示すコマンドライン指示は、コマンドプロンプトではなく Git Bash で実行する必要があります。そうしないと構文エラーが発生します。
|
||||
{{% /notice %}}
|
||||
|
||||
### 依存関係
|
||||
## 依存関係
|
||||
|
||||
#### C++ ビルド環境
|
||||
### C++ ビルド環境
|
||||
|
||||
[MSVC](https://visualstudio.microsoft.com/) をダウンロードしてインストールします。
|
||||
開発者マシンOS として `Windows` を選択し、`C++` をチェックしてから、Visual Studio Community版をダウンロードしてインストールします。インストールには時間がかかる場合があります。
|
||||
|
||||
#### Rust開発環境
|
||||
### Rust開発環境
|
||||
|
||||
[rustup-init.exe](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe) をダウンロードし、管理者として実行して `rust` をインストールします。
|
||||
|
||||
#### vcpkg
|
||||
### vcpkg
|
||||
|
||||
vcpkg をクローンしたいフォルダに移動し、[Git Bash](https://git-scm.com/download/win) を使用して以下のコマンドを実行し、`vcpkg` をダウンロードして、64ビット版の `libvpx`、`libyuv`、`opus` をインストールします。
|
||||
`Git` がインストールされていない場合は、[こちら](https://git-scm.com/download/win) から `Git` を入手してください。
|
||||
@@ -34,19 +34,19 @@ vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64
|
||||
|
||||

|
||||
|
||||
#### Sciter
|
||||
### Sciter
|
||||
|
||||
デスクトップ版は GUI に [Sciter](https://sciter.com/) を使用しています。[sciter.dll](https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll) をダウンロードしてください。
|
||||
|
||||
#### LLVM
|
||||
### LLVM
|
||||
|
||||
`rust-bindgen` は `clang` に依存しています。[LLVM](https://github.com/llvm/llvm-project/releases) をダウンロードしてインストールし、システム環境変数 `LIBCLANG_PATH`=`<llvm_install_dir>/bin` を追加します。
|
||||
|
||||
LLVM バイナリ版 15.0.2 はこちらからダウンロードできます: [64 bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe) / [32 bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win32.exe)
|
||||
|
||||
### ビルド
|
||||
## ビルド
|
||||
|
||||
#### デフォルト
|
||||
### デフォルト
|
||||
|
||||
```sh
|
||||
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
|
||||
|
||||
Reference in New Issue
Block a user