Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update how-to-contribute #144

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/how-to-contribute.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before developing the code, you need to install some necessary development tools
You may need the following development tools:

- [Git](https://git-scm.com)
- [Node.JS](https://nodejs.org/en/), version number `>= 12.x`, `<= 14.x`
- [Node.JS](https://nodejs.org/en/), version number `>= 16.x`, `<= 18.x`
- [Python](https://www.python.org/downloads/) \(pre-dependency of node-gyp library; view [node-gyp readme](https://github.com/nodejs/node-gyp#installation) and find a suitable version currently supported\)
- **Note:** Windows users install Python automatically when installing the npm module of `windows-build-tools`. It can be quickly installed in this way as follows:
- A C/C++ compilation tool suitable for your system:
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/how-to-contribute.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn config set -H npmRegistryServer "https://registry.npmmirror.com"
你可能需要下面一些开发工具:

- [Git](https://git-scm.com)
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 12.x`, `<= 14.x`
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 16.x`, `<= 18.x`
- [Python](https://www.python.org/downloads/) (node-gyp 库的前置依赖; 查看 [node-gyp readme](https://github.com/nodejs/node-gyp#installation) 找到当前支持的合适版本)
- **注意:** Windows 用户通过安装 `windows-build-tools` 的 npm 模块将会自动安装 Python,可以通过这种方式进行快速安装。(见下方)
- 一个适合你系统的 C/C++ 编译工具:
Expand Down
Loading