mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add pkg-config package to linux build guide
This commit is contained in:
committed by
Nik Bougalis
parent
b29812e40b
commit
8173d1f643
@@ -19,7 +19,7 @@ Use `apt-get` to install the dependencies provided by the distribution
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ apt-get update
|
$ apt-get update
|
||||||
$ apt-get install -y gcc g++ wget git cmake protobuf-compiler libprotobuf-dev libssl-dev
|
$ apt-get install -y gcc g++ wget git cmake pkg-config protobuf-compiler libprotobuf-dev libssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user