Skip to content

Commit

Permalink
docs: Add protobuf dependencies to linux setup instructions (#5156)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlntb authored Oct 29, 2024
1 parent d4a5f83 commit 0d887ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ direction.

```
apt update
apt install --yes curl git libssl-dev python3.10-dev python3-pip make g++-11
apt install --yes curl git libssl-dev python3.10-dev python3-pip make g++-11 libprotobuf-dev protobuf-compiler
curl --location --remote-name \
"https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz"
Expand Down

0 comments on commit 0d887ad

Please sign in to comment.