We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98932a commit f56cd32Copy full SHA for f56cd32
README.md
@@ -145,7 +145,12 @@ Build process tested on Ubuntu 16.04 (gcc 5.4.0) and Ubuntu 20.04/ZorinOS 16 (gc
145
- sudo apt-get install libpam0g-dev
146
147
- Install golang (required for building wireguard):
148
- - sudo apt-get install golang-go
+ - If on Ubuntu 20.04 or newer:
149
+ - sudo apt-get install golang-go
150
+ - If on an older version of Ubuntu, you'll need a newer version of golang than what is available in the default repo (tested on Ubuntu 16.04):
151
+ - sudo add-apt-repository ppa:longsleep/golang-backports
152
+ - sudo apt-get update
153
154
155
- Install autoconf (required for building protobuf):
156
- sudo apt-get install autoconf
0 commit comments