File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ The results of the upload will be delivered via websocket with messages that loo
380380
381381## Development
382382
383- Please remember that for compile the project, you need go version < = 1.8.7 (more recent versions are not supported for compile)
383+ Please remember that for compile the project, you need go version > = 1.10.x (older versions are not supported for compile)
384384
385385To clone the repository, run the following command:
386386```
@@ -398,7 +398,7 @@ go build
398398This will create the ` arduino-create-agent ` binary.
399399
400400Other prerequisites are:
401- * libappindicator (Linux only on Ubuntu ` sudo apt-get install libappindicator1 ` )
401+ * libappindicator (Linux only on Ubuntu ` sudo apt-get install libappindicator1 libappindicator3-0.1-cil libappindicator3-0.1-cil-dev libappindicator3-1 libappindicator3-dev libgtk-3-0 libgtk-3-dev ` )
402402* [ go-selfupdate] (https://github.com/sanbornm/go-selfupdate ) if you want to test automatic updates
403403
404404## Submitting an issue
You can’t perform that action at this time.
0 commit comments