update readme

This commit is contained in:
tengge 2020-05-10 07:39:05 +08:00
parent 0ff2662a60
commit b9c7a98c67
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ The following only required when you want to build from the source.
1. Golang 1.14.2+
2. NodeJS 14.1+
3. gcc 9.3.0+ (`MinGW` on Windows, and make sure `gcc` can be accessed through the command line)
3. gcc 9.3.0+ (`tdm-gcc`, `MinGW-w64` or `MinGW` on Windows, and make sure `gcc` can be accessed through the command line)
4. git 2.25.1+
5. VSCode 1.44.2+
6. make 4.2.1+ (Linux only)

View File

@ -76,7 +76,7 @@
1. Golang 1.14.2+
2. NodeJS 14.1+
3. gcc 9.3.0+ Windows上需要`MinGW`。请保证`gcc`可以通过命令行访问)
3. gcc 9.3.0+ Windows上需要安装`tdm-gcc``MinGW-w64``MinGW`。请保证`gcc`可以通过命令行访问)
4. git 2.25.1+
5. VSCode 1.44.2+
6. make 4.2.1+ (仅在Linux上需要)