diff options
| author | Albin <albin@mullvad.net> | 2022-10-11 08:20:19 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-10-11 11:38:37 +0200 |
| commit | 834da982e9823a09a397196a6f309373dc5e642c (patch) | |
| tree | eb463bcc2b99a454e4704d3b0b0e35cd8833590f /BuildInstructions.md | |
| parent | 7ddd910f6dae63a12d9f924e8e967e7b2c068b67 (diff) | |
| download | mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.tar.xz mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.zip | |
Include libprotobuf-dev in build instructions
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index 47b64f906c..63fdf4a97f 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -28,9 +28,12 @@ on your platform please submit an issue or a pull request. too. - Install a protobuf compiler (version 3 and up), it can be installed on most major Linux distros - via the package name `protobuf-compiler` (Fedora also requires `protobuf-devel`), `protobuf` on - macOS via Homebrew, and on Windows binaries are available on their GitHub - [page](https://github.com/protocolbuffers/protobuf/releases) and they have to be put in `%PATH`. + via the package name `protobuf-compiler`, `protobuf` on macOS via Homebrew, and on Windows + binaries are available on their GitHub [page](https://github.com/protocolbuffers/protobuf/releases) + and they have to be put in `%PATH`. An additional package might also be required depending on + Linux distro: + - `protobuf-devel` on Fedora. + - `libprotobuf-dev` on Debian/Ubuntu. ## Linux |
