全文検索:
- 2025.03.14 Zed Editor Windowsでビルド
- 、インストールする場合: [[https://www.rust-lang.org/ja/tools/install]] <code> winget install Rustlang.Rustup </code> ===== 2.MSVCのインストール ===== MSVC(Microsoft Visual C++) Build Tools for Visual Studioを利用 <code> winget install Microsoft.VisualStudio.2022.BuildTools </code> ... ックし、インストールを完了。 ==== cmakeも必要 ==== <code> winget install Kitware.CMake </code> ===== 3.wasmツールチェインインストール =
- 2025.03.25 fdコマンド
- こういうの好きです。^_^ ===== インストール ===== <code> winget install sharkdp.fd </code> ===== 実行例 ===== <code> PS C