TDengine/build.sh
Shuduo Sang 1594005148
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
2023-08-03 11:44:06 +08:00

8 lines
175 B
Bash
Executable file

#!/bin/bash
if [ ! -d debug ]; then
mkdir debug || echo -e "failed to make directory for build"
fi
cd debug && cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true && make