Skip to content

Commit

Permalink
docs: Added C/C++ building essentials to the prerequisites list (#5302)
Browse files Browse the repository at this point in the history
Added C/C++ building essentials to the prerequisites list
  • Loading branch information
v0y4g3r authored Jan 7, 2025
1 parent 05f115e commit bc2f05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc2f05d

Please sign in to comment.