File tree 1 file changed +2
-2
lines changed
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
380
380
381
381
## Development
382
382
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)
384
384
385
385
To clone the repository, run the following command:
386
386
```
@@ -398,7 +398,7 @@ go build
398
398
This will create the ` arduino-create-agent ` binary.
399
399
400
400
Other 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 ` )
402
402
* [ go-selfupdate] (https://github.com/sanbornm/go-selfupdate ) if you want to test automatic updates
403
403
404
404
## Submitting an issue
You can’t perform that action at this time.
0 commit comments