diff options
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 |
