summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-09-20 11:39:24 +0200
committerAlbin <albin@mullvad.net>2024-09-20 15:35:34 +0200
commit4c7b69b4a34ef63b18a86ff19f152e16b372c9e4 (patch)
tree1c675a5f992abb0b9e7f17507402faa13db684f4 /android/BuildInstructions.md
parent25158bab26bd5784097727e69c6cda410e854c23 (diff)
downloadmullvadvpn-4c7b69b4a34ef63b18a86ff19f152e16b372c9e4.tar.xz
mullvadvpn-4c7b69b4a34ef63b18a86ff19f152e16b372c9e4.zip
Document cbindgen requirement in build instructions
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index fdbea86715..39cf2ad771 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -128,6 +128,8 @@ Linux distro:
#### 5. Install and configure Rust toolchain
- Get the latest **stable** Rust toolchain via [rustup.rs](https://rustup.rs/).
+ Also install `cbindgen` which is required to build `wireguard-go-rs`:
+ `cargo install --force cbindgen`
- Configure Android cross-compilation targets and set up linker and archiver. This can be done by setting the following
environment variables: