Chinese version for node.js connector
This commit is contained in:
parent
5a00db8e42
commit
ccb02180f4
|
@ -533,15 +533,15 @@ To interact with TDengine, we make use of the [node-gyp](https://github.com/node
|
|||
|
||||
in your Terminal)
|
||||
|
||||
- 安装`gcc` 和`make`
|
||||
- This step will install `gcc` and the related toolchain containing `make`
|
||||
|
||||
### Windows
|
||||
### On Windows
|
||||
|
||||
#### 安装方法1
|
||||
#### Option 1
|
||||
|
||||
Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) using `npm install --global --production windows-build-tools` from an elevated PowerShell or CMD.exe (run as Administrator).
|
||||
|
||||
#### 安装方法2
|
||||
#### Option 2
|
||||
|
||||
Install tools and configuration manually:
|
||||
|
||||
|
|
Loading…
Reference in New Issue