summaryrefslogtreecommitdiffhomepage
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
parent7ddd910f6dae63a12d9f924e8e967e7b2c068b67 (diff)
downloadmullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.tar.xz
mullvadvpn-834da982e9823a09a397196a6f309373dc5e642c.zip
Include libprotobuf-dev in build instructions
-rw-r--r--BuildInstructions.md9
-rw-r--r--android/BuildInstructions.md5
2 files changed, 10 insertions, 4 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
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