diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2020-01-24 11:29:52 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2020-01-24 11:29:52 +0000 |
| commit | b9063e239d2b031a5c321dd95b24f98d7b86a3ac (patch) | |
| tree | f6701c9d55d93cd1417685276058f9e5cc35f65d | |
| parent | 388f4d8811462524ad95cf685d6eaf915c6d5061 (diff) | |
| parent | 3357d52a8da24f747d4c688e3b4f6df58742e11d (diff) | |
| download | mullvadvpn-b9063e239d2b031a5c321dd95b24f98d7b86a3ac.tar.xz mullvadvpn-b9063e239d2b031a5c321dd95b24f98d7b86a3ac.zip | |
Merge branch 'fix-readme-for-cgo'
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -94,6 +94,7 @@ The host has to have the following installed: - `bash` installed as well as a few base unix utilities, including `sed` and `tail`. The environment coming with [Git for Windows] works fine. +- `gcc` for CGo. [Git for Windows]: https://git-scm.com/download/win @@ -238,7 +239,9 @@ storePassword = keystore-password 1. Install Go (ideally version `1.13.6`) by following the [official instructions](https://golang.org/doc/install). Newer versions of Go may be used. Earlier versions may be used, but versions older than `1.12` are known to not work, newer versions may - too. + too. Since `cgo` is being used, make sure to have a C compiler in your path. [*On + Windows*](https://github.com/golang/go/wiki/cgo#windows) `mingw`'s `gcc` compiler should work. + `gcc` on most Linux distributions should work, and `clang` for MacOS. ## Building and packaging the app |
