diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 15:06:00 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 15:06:00 +0100 |
| commit | b9682b3207f6f9599ef67a7b9e2c24435a9151d7 (patch) | |
| tree | 623fc9e597c5b0d5ca4cb3f7d909f0a84fb1be60 /android/docs/BuildInstructions.macos.md | |
| parent | b8aff843a4e2777198d64340bb82bbe2539b25af (diff) | |
| parent | 87cd146b40b38d750312d7ca265bc07a56559301 (diff) | |
| download | mullvadvpn-b9682b3207f6f9599ef67a7b9e2c24435a9151d7.tar.xz mullvadvpn-b9682b3207f6f9599ef67a7b9e2c24435a9151d7.zip | |
Merge branch 'take-control-over-maybenot-dependencies-and-verification-des-1645'
Diffstat (limited to 'android/docs/BuildInstructions.macos.md')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md index 0368c1e917..4ef004d595 100644 --- a/android/docs/BuildInstructions.macos.md +++ b/android/docs/BuildInstructions.macos.md @@ -28,11 +28,6 @@ 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)`. @@ -70,7 +65,7 @@ export CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER="$NDK_TOOLCHAIN_DIR/x86_64-linux wireguard-go-rs submodule need to be downloaded: ```bash -git submodule update --init --recursive --depth=1 wireguard-go-rs +git submodule update --init wireguard-go-rs/libwg/wireguard-go ``` ## 4. Debug build |
