mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 13:41:10 +00:00
21 lines
921 B
Markdown
21 lines
921 B
Markdown
# 开发环境
|
||
|
||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/env.md&commit_hash=61d72afbbfdba8c2ca994499c7ec9f8fc01440cb)
|
||
|
||
## 你需要安装什么
|
||
|
||
* Rust(与 rustup 一起安装)
|
||
|
||
* 版本 >= 1.63.0
|
||
* 2021年版
|
||
|
||
* [pre-commit](https://pre-commit.com/)
|
||
|
||
* Python3 解释器
|
||
|
||
## 推荐
|
||
|
||
* 编辑器:Visual Studio Code
|
||
* VSCode 扩展:Rust-analyzer、GitLens、Git Graph、GitHub Pull Requests and Issues、Markdown All in One、markdownlint
|
||
* 操作系统:Windows 10/11 | Ubuntu 20.04/22.04 | Mac OS Monterey
|
||
* 其他:mold
|