diff options
| author | Albin <albin@mullvad.net> | 2024-09-20 16:01:55 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-09-20 16:01:55 +0200 |
| commit | a190a5e86a2454e5db98f3f84b43c65d5485628c (patch) | |
| tree | 1c675a5f992abb0b9e7f17507402faa13db684f4 /android/docs | |
| parent | 6bf6a096609f8de451b20228be6f266ec3a396f7 (diff) | |
| parent | 4c7b69b4a34ef63b18a86ff19f152e16b372c9e4 (diff) | |
| download | mullvadvpn-a190a5e86a2454e5db98f3f84b43c65d5485628c.tar.xz mullvadvpn-a190a5e86a2454e5db98f3f84b43c65d5485628c.zip | |
Merge branch 'bump-android-container-to-7b4ffb683'
Diffstat (limited to 'android/docs')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md index 01546c570a..cf26a297d8 100644 --- a/android/docs/BuildInstructions.macos.md +++ b/android/docs/BuildInstructions.macos.md @@ -28,6 +28,11 @@ Finish the install of `rustup`: rustup-init ``` +Install `cbindgen` which is required to build `wireguard-go-rs`: +```bash +cargo install --force cbindgen +``` + ## 2. Install SDK Tools and Android NDK Toolchain Open Android Studio -> Tools -> SDK Manager, and install `Android SDK Command-line Tools (latest)`. |
