docs: fix the spelling error in the 'Building' section of the README (#30229)
This commit is contained in:
parent
3dd70ea24a
commit
3b36b48551
|
@ -157,7 +157,7 @@ make
|
|||
|
||||
如果你想要编译 taosAdapter,需要添加 `-DBUILD_HTTP=false` 选项。
|
||||
|
||||
如果你想要编译 taosKeeper,需要添加 `--DBUILD_KEEPER=true` 选项。
|
||||
如果你想要编译 taosKeeper,需要添加 `-DBUILD_KEEPER=true` 选项。
|
||||
|
||||
可以使用Jemalloc作为内存分配器,而不是使用glibc:
|
||||
|
||||
|
@ -188,7 +188,7 @@ cmake .. && cmake --build .
|
|||
|
||||
如果你想要编译 taosAdapter,需要添加 `-DBUILD_HTTP=false` 选项。
|
||||
|
||||
如果你想要编译 taosKeeper,需要添加 `--DBUILD_KEEPER=true` 选项。
|
||||
如果你想要编译 taosKeeper,需要添加 `-DBUILD_KEEPER=true` 选项。
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ make
|
|||
|
||||
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
|
||||
|
||||
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
|
||||
If you want to compile taosKeeper, you need to add the `-DBUILD_KEEPER=true` option.
|
||||
|
||||
You can use Jemalloc as memory allocator instead of glibc:
|
||||
|
||||
|
@ -204,7 +204,7 @@ cmake .. && cmake --build .
|
|||
|
||||
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
|
||||
|
||||
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
|
||||
If you want to compile taosKeeper, you need to add the `-DBUILD_KEEPER=true` option.
|
||||
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in New Issue