Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyekanren committed Jan 5, 2024
2 parents eb5cc4f + c636530 commit 4ac3b08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Execute the start-stop test case of the iotdb rel/1.0 branch every day.
## iotdb 每日发布
<img src="https://github.com/xiaoyekanren/iotdb-daily-build/actions/workflows/.github/workflows/main.yml/badge.svg" width = "350" height = "50" />

### 关于client-cpp
windows使用的是windows-2022,Visual Studio Enterprise 2022,工具集版本是VC.v141。

linux使用的是ubuntu-22.04,gcc使用的是11.2.0,以下为ubuntu20+安装gcc11的方式:
```shell
sudo add-apt-repository ppa:ubuntu-toolchain-r/test # 通过该命令将 Ubuntu 官方的 toolchain-test 源添加到系统中
sudo apt update
sudo apt install build-essential
sudo apt install gcc-11 g++-11
```





Expand Down

0 comments on commit 4ac3b08

Please sign in to comment.