Skip to content

Commit 0d887ad

Browse files
authored
docs: Add protobuf dependencies to linux setup instructions (XRPLF#5156)
1 parent d4a5f83 commit 0d887ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ direction.
2323

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

0 commit comments

Comments
 (0)