Skip to content

Commit 14590b3

Browse files
committed
README: add build instructions
Fix #49
1 parent 9c1a32e commit 14590b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Please use the current latest version:
2121

2222
## Compiling
2323

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+
2432
`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.
2533

2634
You can use `bootstrapPlatforms` function to compile the needed CGO-enabled environment

0 commit comments

Comments
 (0)