X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=4249251856c6e2da69141cf4f951e2466cfe5e5f;hb=03f31ff8f44541fff15c3ff04ac75cb8e0274b79;hp=ad8e6bb75fc9cfde88603c642950debaef664f8d;hpb=0f52586a6208a66a8d5e4dd4c4e3a58cdff6b46f;p=src%2Fxds%2Fxds-agent.git diff --git a/README.md b/README.md index ad8e6bb..4249251 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ used to remotely cross build applications. ### Dependencies -- Install and setup [Go](https://golang.org/doc/install) version 1.7 or +- Install and setup [Go](https://golang.org/doc/install) version 1.8 or higher to compile this tool. @@ -35,6 +35,14 @@ And to install xds-agent in /usr/local/bin: make install ``` +> **NOTE**: To cross build for example for Windows, just execute: +```bash +export GOOS=windows +export GOARCH=amd64 +make all +make package +``` + ## How to run ## Configuration