Skip to content

Commit cff4c84

Browse files
committed
Update README.md
1 parent 3bb66ad commit cff4c84

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
arduino-create-agent
22
====================
33

4-
Version X.XX
5-
64
Get the latest version of the Agent for all supported platforms:
75

86
* [Windows](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer.exe)
@@ -21,6 +19,16 @@ Please use the current latest version:
2119
* [MacOSX dev](http://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-osx-installer.dmg)
2220
* [Linux x64 dev](http://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-linux-x64-installer.run)
2321

22+
## Compiling
23+
24+
`compile_webidebridge.sh` contains the cross-platform script we use to deploy the agent for all the supported platforms; it needs to be adjusted as per your `go` installation paths and OS.
25+
26+
You can use `bootstrapPlatforms` function to compile the needed CGO-enabled environment
27+
28+
Other prerequisites are:
29+
* libappindicator (Linux only)
30+
* [go-selfupdate] (https://github.com/sanbornm/go-selfupdate) if you want to test automatic updates
31+
2432
## Submitting an issue
2533

2634
Please attach the output of the commands running at the debug console if useful.

0 commit comments

Comments
 (0)