參考文章 : [Sui Move教學文檔](https://docs.sui.io/build/install) C槽預留空間 : 大於20GB比較保險 ### 1. [Git](https://git-scm.com/download/)    ### 2. [CMake](https://cmake.org/download/)   ### 3. [Visual Studio 2022](https://visualstudio.microsoft.com/zh-hant/downloads/)  不必安裝全部的東西,所以下載Build Tools即可 進去後往下拉至Visual Studio工具,展開並找到Build Tools for Visual Studio 2022,並點擊旁邊的下載按鈕  只需要安裝 使用C++的桌面開發、.NET桌面建置工具、通用Windows平台建置工具  因預設路徑是放在C槽,建議可以存放於D槽 我在D槽建一個Visual Studio 2022的目錄,但Visual Studio IDE存放的目錄不能有其他檔案,所以又建立一個BuildTools的目錄給他放。  ### 4. [Protocol Buffers](https://github.com/protocolbuffers/protobuf/releases)   安裝好後,將 \bin 目錄添加到 Windows PATH 環境變量中。  ### 5. [Rust](https://www.rust-lang.org/tools/install)   補充 Rust更新至最新版本 ``` rustup update ```  ### 6. [LLVM](https://releases.llvm.org/)   安裝好後,將 \bin 目錄添加到 Windows PATH 環境變量中。  ### 7. Sui Move (安裝大概要花30幾分鐘左右)  安裝 Sui 二進製文件 ``` cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui ```  - 補充 : 如果在安裝Sui Move時出現類似下方這個錯誤,則把LLVM改安裝在C槽,然後設置環境變數,最後重跑安裝Sui Move指令  安裝完成後輸入sui看看是否有指令出現 ``` sui ```  這樣sui move安裝就完成了! # IDE配置 ### 1. 下載 [Visual Studio Code](https://code.visualstudio.com/)  ### 2. Visual Studio Code安裝 Sui Move套件 [Sui Move Analyzer 安裝](https://treasure-geography-e9d.notion.site/Sui-Move-Analyzer-074d673a9b084f2db585c0606c468c9c) ### 3. clone sui 原始碼 方便我們查看 ``` git clone https://github.com/MystenLabs/sui.git --branch devnet ```  ### 4. 安裝Chrome的插件錢包 [Sui Wallet](https://chrome.google.com/webstore/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil) 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up