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 /android | |
| parent | 7ddd910f6dae63a12d9f924e8e967e7b2c068b67 (diff) | |
| download | mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.tar.xz mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.zip | |
Include libprotobuf-dev in build instructions
Diffstat (limited to 'android')
| -rw-r--r-- | android/BuildInstructions.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index 5566a6d310..3c7af49258 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -9,7 +9,10 @@ on your platform please submit an issue or a pull request. [instructions](https://docs.docker.com/engine/install/debian/) for your distribution. - 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`). + via the package name `protobuf-compiler`. An additional package might also be required depending + on Linux distro: + - `protobuf-devel` on Fedora. + - `libprotobuf-dev` on Debian/Ubuntu. ## Android toolchain |
