mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
libprotoc-dev is protobuf-devel on Fedora
This commit is contained in:
parent
45e03c42a4
commit
c0f9e40756
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sudo apt-get install build-essential portaudio19-dev libprotoc-dev
|
|||
|
||||
On Fedora systems, the following command will install these dependencies :
|
||||
```shell
|
||||
sudo dnf install portaudio-devel libprotoc-dev make gcc gcc-c++
|
||||
sudo dnf install portaudio-devel protobuf-devel make gcc gcc-c++
|
||||
```
|
||||
|
||||
On OS X, using homebrew :
|
||||
|
|
Loading…
Reference in a new issue