diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
| commit | 9857fca74ce1c95941c536dd2f2fd2d0be4b81f7 (patch) | |
| tree | acfae15da2f7fddee37cccc4f7c927d4f991712b /ios/BuildInstructions.md | |
| parent | a5b88fff7e68111551f22e28f17e37743484c0d9 (diff) | |
| download | mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.tar.xz mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.zip | |
Add required protobuf dependencies
Diffstat (limited to 'ios/BuildInstructions.md')
| -rw-r--r-- | ios/BuildInstructions.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index 2a651ab0f6..061083f7ee 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -17,6 +17,11 @@ the host system. Once both rust and go are installed, ensure they are available in your path. +A protobuf compiler is also required in order to build some of the rust dependencies. +```bash +brew install protobuf +``` + ## Configure Xcode project Copy template files of Xcode build configuration: |
