diff options
| author | Andrii Yurchuk <ay@mntw.re> | 2021-02-27 15:56:16 +0100 |
|---|---|---|
| committer | Andrii Yurchuk <ay@mntw.re> | 2021-03-04 13:33:37 +0100 |
| commit | 204f557cde83b63da2058b0eb48c4e354bac9a7b (patch) | |
| tree | d95492d3db0ad49d92bbf00e96c105a9c3347860 | |
| parent | 645ad9e9b993bfd4c402cb9a6da9d6469734cfd5 (diff) | |
| download | mullvadvpn-204f557cde83b63da2058b0eb48c4e354bac9a7b.tar.xz mullvadvpn-204f557cde83b63da2058b0eb48c4e354bac9a7b.zip | |
Add Go version requirement for Apple ARM64
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -318,7 +318,10 @@ After that copy the files from `gui/src/main/management_interface/` and `gui/bui directories into a single directory on your Apple Silicon Mac, and set the value of `MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` to that directory while running the main build. -On your Apple Silicon Mac install `protobuf` by running: +Make sure that the version of Go on your Mac is 1.16 (the first version to add +[support](https://tip.golang.org/doc/go1.16#darwin) for Apple Silicon) or newer. + +Install `protobuf` by running: ```bash brew install protobuf |
