From bc2f05d949a2f559ed5e6efd02b75e8d245041ea Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" <6406592+v0y4g3r@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:10:56 +0800 Subject: [PATCH] docs: Added C/C++ building essentials to the prerequisites list (#5302) Added C/C++ building essentials to the prerequisites list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcbad56bc4f2..6aca581a3977 100644 --- a/README.md +++ b/README.md @@ -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: