Skip to content

Commit

Permalink
Merge branch 'develop' into feat/sangshuduo/TD-14141-update-taostools
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo committed Aug 9, 2022
2 parents 69f1493 + 1de67ab commit 9729be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ To build TDengine, use [CMake](https://cmake.org/) 3.0.2 or higher versions in t
### Ubuntu 16.04 and above or Debian

```bash
sudo apt-get install -y gcc cmake build-essential git libssl-dev
sudo apt-get install -y autoconf gcc cmake build-essential git libssl-dev
```

### Ubuntu 14.04

```bash
sudo apt-get install -y gcc cmake3 build-essential git binutils-2.26
sudo apt-get install -y autoconf gcc cmake3 build-essential git binutils-2.26
export PATH=/usr/lib/binutils-2.26/bin:$PATH
```

Expand Down Expand Up @@ -153,7 +153,7 @@ go env -w GOPROXY=https://goproxy.cn,direct

### Setup rust environment

TDengine includees few compoments developed by Rust language. Please refer to rust-lang.org official documentation for rust environment setup.
TDengine includees few compoments developed by Rust language. Please refer to [rust-lang.org](https://www.rust-lang.org/) official documentation for rust environment setup.

## Get the source codes

Expand Down Expand Up @@ -258,7 +258,7 @@ Please specify "x64" for 64 bits Windows or specify "x86" is for 32 bits Windows

```cmd
mkdir debug && cd debug
"c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" < x64 | x86 >
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" < x64 | x86 >
cmake .. -G "NMake Makefiles"
nmake
```
Expand Down

0 comments on commit 9729be5

Please sign in to comment.