You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,14 @@ Please use the current latest version:
21
21
22
22
## Compiling
23
23
24
+
From the project root dir executing:
25
+
```
26
+
export GOPATH=$PWD
27
+
go get
28
+
go build
29
+
```
30
+
will build the `arduino-create-agent` binary.
31
+
24
32
`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
33
26
34
You can use `bootstrapPlatforms` function to compile the needed CGO-enabled environment
0 commit comments