项目地址: github.com/zed-industr…
1. clone 项目
在终端,进入到你想要保存项目的文件夹下
git clone https://github.com/zed-industries/zed.git
2. 下载必要的依赖
-
下载 rust
-
下载 rust toolchain
rustup update rustup target add wasm32-wasip1 -
下载 windows sdk
3. 编译
cd zed
cargo run --release
# wait a moment, then you can see zed window, zed.exe in zed/target/release