Skip to content

Commit fcb613a

Browse files
authored
Merge pull request #273 from murilopolese/build-docs
Update build docs
2 parents 6aeed66 + dc97c07 commit fcb613a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

385385
To clone the repository, run the following command:
386386
```
@@ -398,7 +398,7 @@ go build
398398
This will create the `arduino-create-agent` binary.
399399

400400
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`)
402402
* [go-selfupdate] (https://github.com/sanbornm/go-selfupdate) if you want to test automatic updates
403403

404404
## Submitting an issue

0 commit comments

Comments
 (0)