このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
50_dialy:2025:03:14 [2025/03/15 08:21] – matsui | 50_dialy:2025:03:14 [2025/03/15 11:39] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== 2025.03.14 Zed Editor ====== | + | ====== 2025.03.14 Zed Editor |
Zed EditorをWindows用にビルド | Zed EditorをWindows用にビルド | ||
行 63: | 行 63: | ||
</ | </ | ||
- | ===== 5.コンパイル ===== | + | ==== rust-toolchain.toml修正 |
< | < | ||
- | cd zed | + | targets = [ |
- | rustup show | + | " |
- | installed toolchains | + | " |
- | -------------------- | + | " |
- | stable-x86_64-pc-windows-msvc (default) | + | " |
+ | " | ||
+ | " | ||
+ | ] | ||
- | active toolchain | + | ↓ |
- | ---------------- | + | |
- | name: 1.85-x86_64-pc-windows-msvc | + | |
- | active because: overridden by ' | + | |
- | installed targets: | + | |
- | aarch64-apple-darwin | + | |
- | wasm32-wasip1 | + | |
- | x86_64-apple-darwin | + | |
- | x86_64-pc-windows-msvc | + | |
- | x86_64-unknown-linux-gnu | + | |
- | x86_64-unknown-linux-musl | + | |
+ | targets = [ " | ||
+ | </ | ||
+ | |||
+ | ===== 5.コンパイル ===== | ||
+ | |||
+ | < | ||
+ | cd zed | ||
+ | rustup override set stable-x86_64-pc-windows-msvc | ||
cargo build --release | cargo build --release | ||
</ | </ | ||
+ | ===== 6.起動 ===== | ||
+ | |||
+ | |||
+ | コンパイル完了後、下記にzed.exeができている。 | ||
+ | |||
+ | target\release\zed.exe | ||