Update README
This commit is contained in:
parent
c11fb00c90
commit
67d0d435fc
1 changed files with 8 additions and 1 deletions
|
@ -32,7 +32,14 @@ The protobuf compiler is necessary to build the required bindings for Python
|
||||||
|
|
||||||
Install the protobuf compiler
|
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
|
#### Build the protobuf bindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue