docs: update readme for build contrib on (#22299)
* docs: update readme with libgflags * docs: update readme with geos * docs: remove geometry docs * docs: update readme * docs: update readme for 3.0 * docs: update readme for build contrib on
This commit is contained in:
parent
0b0c6038e8
commit
1594005148
|
@ -175,7 +175,7 @@ cd TDengine
|
|||
```bash
|
||||
mkdir debug
|
||||
cd debug
|
||||
cmake .. -DBUILD_TOOLS=true
|
||||
cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true
|
||||
make
|
||||
```
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@ It equals to execute following commands:
|
|||
```bash
|
||||
mkdir debug
|
||||
cd debug
|
||||
cmake .. -DBUILD_TOOLS=true
|
||||
cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true
|
||||
make
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue