Skip to content

Commit 184546e

Browse files
committed
Merge pull request #53 from xrmx/patch-1
README: add build instructions
2 parents 9c1a32e + 14590b3 commit 184546e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
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)