docs: Added C/C++ building essentials to the prerequisites list (#5302)

Added C/C++ building essentials to the prerequisites list
This commit is contained in:
Lei, HUANG
2025-01-07 11:10:56 +08:00
committed by GitHub
parent 05f115e047
commit bc2f05d949

View File

@@ -138,6 +138,7 @@ Check the prerequisite:
* [Rust toolchain](https://www.rust-lang.org/tools/install) (nightly)
* [Protobuf compiler](https://grpc.io/docs/protoc-installation/) (>= 3.15)
* C/C++ building essentials, including `gcc`/`g++`/`autoconf` and glibc library (eg. `libc6-dev` on Ubuntu and `glibc-devel` on Fedora)
* Python toolchain (optional): Required only if built with PyO3 backend. More details for compiling with PyO3 can be found in its [documentation](https://pyo3.rs/v0.18.1/building_and_distribution#configuring-the-python-version).
Build GreptimeDB binary: