Add list of dependencies for building reporting mode

This commit is contained in:
CJ Cobb
2021-02-22 09:42:04 -05:00
committed by Nik Bougalis
parent a06525649d
commit 3e2b568ef9

View File

@@ -22,6 +22,11 @@ $ apt-get update
$ apt-get install -y gcc g++ wget git cmake pkg-config protobuf-compiler libprotobuf-dev libssl-dev $ apt-get install -y gcc g++ wget git cmake pkg-config protobuf-compiler libprotobuf-dev libssl-dev
``` ```
To build the software in reporting mode, install these additional dependencies:
```
$ apt-get install -y autoconf flex bison
```
Advanced users can choose to install newer versions of gcc, or the clang compiler. Advanced users can choose to install newer versions of gcc, or the clang compiler.
At this time, rippled only supports protobuf version 2. Using version 3 of At this time, rippled only supports protobuf version 2. Using version 3 of
protobuf will give errors. protobuf will give errors.