Update README

This commit is contained in:
Björn Busse 2020-12-22 23:15:04 +01:00
parent c11fb00c90
commit 67d0d435fc
1 changed files with 8 additions and 1 deletions

View File

@ -32,7 +32,14 @@ The protobuf compiler is necessary to build the required bindings for Python
Install the protobuf compiler
```
$ sudo dnf/pkg install protobuf-c protobuf-devel
# FreeBSD
$ sudo pkg install protobuf-c
# Fedora / RHEL / CentOS
$ sudo dnf install protobuf-c protobuf-devel
# Debian / Ubuntu
$ sudo apt install protobuf-compiler libprotobuf-dev
```
#### Build the protobuf bindings