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:
Shuduo Sang 2023-08-03 11:44:06 +08:00 committed by GitHub
parent 0b0c6038e8
commit 1594005148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ cd TDengine
```bash
mkdir debug
cd debug
cmake .. -DBUILD_TOOLS=true
cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true
make
```

View File

@ -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
```

View File

@ -4,5 +4,5 @@ if [ ! -d debug ]; then
mkdir debug || echo -e "failed to make directory for build"
fi
cd debug && cmake .. -DBUILD_TOOLS=true && make
cd debug && cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true && make