summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-10-11 08:20:19 +0200
committerAlbin <albin@mullvad.net>2022-10-11 11:38:37 +0200
commit834da982e9823a09a397196a6f309373dc5e642c (patch)
treeeb463bcc2b99a454e4704d3b0b0e35cd8833590f /android
parent7ddd910f6dae63a12d9f924e8e967e7b2c068b67 (diff)
downloadmullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.tar.xz
mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.zip
Include libprotobuf-dev in build instructions
Diffstat (limited to 'android')
-rw-r--r--android/BuildInstructions.md5
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