Skip to content
Snippets Groups Projects
Unverified Commit cecab719 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[docs] document the need for go>=1.11

parent fde18e48
No related branches found
No related tags found
No related merge requests found
...@@ -12,18 +12,22 @@ Build the systray: ...@@ -12,18 +12,22 @@ Build the systray:
$ make build $ make build
``` ```
To be able to build the assets you'll need: You need at least go 1.11. If you have something older and are using ubuntu, you can do:
``` ```
$ go get -u golang.org/x/text/cmd/gotext github.com/cratonica/2goarray make install_go
``` ```
For other situations, have a look at https://github.com/golang/go/wiki/Ubuntu or https://golang.org/dl/
OSX OSX
---------- ----------
Using homebrew: Using homebrew:
``` ```
$ make depends
$ git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn $ git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn
$ make depends
$ make build $ make build
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment