udpate test README to add build options by charles

This commit is contained in:
Feng Chao 2025-01-14 16:01:26 +08:00
parent b3b4623fab
commit a1a6312db7
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ pip3 install taospy taos-ws-py
```
> [!NOTE]
> Please make sure building operation with option '-DBUILD_TEST=true' has been finished, execute the below commands if not:
> Please make sure building operation with option '-DBUILD_TOOLS=true -DBUILD_TEST=true -DBUILD_CONTRIB=true' has been finished, execute the below commands if not:
```bash
cd debug
cmake .. -DBUILD_TEST=true -DBUILD_CONTRIB=true
cmake .. -DBUILD_TOOLS=true -DBUILD_TEST=true -DBUILD_CONTRIB=true
make && make install
```